Shades of Razzmatazz #EC025C
Tints of Razzmatazz #EC025C
RGB
CMYK
RGB Variations
Color information
#EC025C (or 0xEC025C) is known color: Razzmatazz. HEX triplet: EC, 02 and 5C. RGB value is (236,2,92). Sum of RGB (Red+Green+Blue) = 236+2+92=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC025C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC025C is #13FDA3. Grayscale: #525252. Windows color (decimal): -1310116 or 6030060. OLE color: 6030060.
HSL color Cylindrical-coordinate representation of color #EC025C: hue angle of 336.92º degrees, saturation: 0.98, 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 #EC025C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.07 |
| HSL | 336.92º | 0.98% | 0.47% | - |
| HSV(B) | 336.92º | 0.99% | 0.93% | - |
| XYZ | 36.55 | 18.65 | 11.8 | - |
| YUV | 82.23 | 133.52 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 92 | 0 | 0.99 | 0.61 | 0.07 | 336.92 | 0.98 | 0.47 |
| Hex | EC | 2 | 5C | 0 | 63 | 3D | 7 | 151 | 62 | 2F |
| Octal | 354 | 2 | 134 | 0 | 143 | 75 | 7 | 521 | 142 | 57 |
| Binary | 11101100 | 10 | 1011100 | 0 | 1100011 | 111101 | 111 | 101010001 | 1100010 | 101111 |
Color Harmonies of #EC025C
Complementary color
Monochromatic Colors of #EC025C
Black with #EC025C
Text Example
Text Example
White with #EC025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC025C; }
p { color: rgb(236,2,92); }
H1.HeaderClassName
{
color: #EC025C;
}
.AnyTagClassName
{
color: #EC025C;
}
</style>
background-color css
<style>
a { background-color: #EC025C; }
a { background-color: rgb(236,2,92); }
div.DivClassName
{
background-color: #EC025C;
}
.BgClassName
{
background-color: #EC025C;
}
</style>
border-color css
<style>
span { border-color: #EC025C; }
span { border-color: rgb(236,2,92); }
td.TdClassName
{
border-color: #EC025C;
}
.TagClassName
{
border-color: #EC025C;
}
</style>