Shades of Razzmatazz #EC035C
Tints of Razzmatazz #EC035C
RGB
CMYK
RGB Variations
Color information
#EC035C (or 0xEC035C) is known color: Razzmatazz. HEX triplet: EC, 03 and 5C. RGB value is (236,3,92). Sum of RGB (Red+Green+Blue) = 236+3+92=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC035C is #13FCA3. Grayscale: #525252. Windows color (decimal): -1309860 or 6030316. OLE color: 6030316.
HSL color Cylindrical-coordinate representation of color #EC035C: hue angle of 337.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC035C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.07 |
| HSL | 337.08º | 0.97% | 0.47% | - |
| HSV(B) | 337.08º | 0.99% | 0.93% | - |
| XYZ | 36.56 | 18.67 | 11.8 | - |
| YUV | 82.81 | 133.19 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 92 | 0 | 0.99 | 0.61 | 0.07 | 337.08 | 0.97 | 0.47 |
| Hex | EC | 3 | 5C | 0 | 63 | 3D | 7 | 151 | 61 | 2F |
| Octal | 354 | 3 | 134 | 0 | 143 | 75 | 7 | 521 | 141 | 57 |
| Binary | 11101100 | 11 | 1011100 | 0 | 1100011 | 111101 | 111 | 101010001 | 1100001 | 101111 |
Color Harmonies of #EC035C
Complementary color
Monochromatic Colors of #EC035C
Black with #EC035C
Text Example
Text Example
White with #EC035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC035C; }
p { color: rgb(236,3,92); }
H1.HeaderClassName
{
color: #EC035C;
}
.AnyTagClassName
{
color: #EC035C;
}
</style>
background-color css
<style>
a { background-color: #EC035C; }
a { background-color: rgb(236,3,92); }
div.DivClassName
{
background-color: #EC035C;
}
.BgClassName
{
background-color: #EC035C;
}
</style>
border-color css
<style>
span { border-color: #EC035C; }
span { border-color: rgb(236,3,92); }
td.TdClassName
{
border-color: #EC035C;
}
.TagClassName
{
border-color: #EC035C;
}
</style>