Shades of Razzmatazz #EC005C
Tints of Razzmatazz #EC005C
RGB
CMYK
RGB Variations
Color information
#EC005C (or 0xEC005C) is known color: Razzmatazz. HEX triplet: EC, 00 and 5C. RGB value is (236,0,92). Sum of RGB (Red+Green+Blue) = 236+0+92=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC005C is #13FFA3. Grayscale: #505050. Windows color (decimal): -1310628 or 6029548. OLE color: 6029548.
HSL color Cylindrical-coordinate representation of color #EC005C: hue angle of 336.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC005C is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.61 | 0.07 |
| HSL | 336.61º | 1% | 0.46% | - |
| HSV(B) | 336.61º | 1% | 0.93% | - |
| XYZ | 36.52 | 18.61 | 11.79 | - |
| YUV | 81.05 | 134.19 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 92 | 0 | 1 | 0.61 | 0.07 | 336.61 | 1 | 0.46 |
| Hex | EC | 0 | 5C | 0 | 64 | 3D | 7 | 151 | 64 | 2E |
| Octal | 354 | 0 | 134 | 0 | 144 | 75 | 7 | 521 | 144 | 56 |
| Binary | 11101100 | 0 | 1011100 | 0 | 1100100 | 111101 | 111 | 101010001 | 1100100 | 101110 |
Color Harmonies of #EC005C
Complementary color
Monochromatic Colors of #EC005C
Black with #EC005C
Text Example
Text Example
White with #EC005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC005C; }
p { color: rgb(236,0,92); }
H1.HeaderClassName
{
color: #EC005C;
}
.AnyTagClassName
{
color: #EC005C;
}
</style>
background-color css
<style>
a { background-color: #EC005C; }
a { background-color: rgb(236,0,92); }
div.DivClassName
{
background-color: #EC005C;
}
.BgClassName
{
background-color: #EC005C;
}
</style>
border-color css
<style>
span { border-color: #EC005C; }
span { border-color: rgb(236,0,92); }
td.TdClassName
{
border-color: #EC005C;
}
.TagClassName
{
border-color: #EC005C;
}
</style>