Shades of Razzmatazz #EC024E
Tints of Razzmatazz #EC024E
RGB
CMYK
RGB Variations
Color information
#EC024E (or 0xEC024E) is known color: Razzmatazz. HEX triplet: EC, 02 and 4E. RGB value is (236,2,78). Sum of RGB (Red+Green+Blue) = 236+2+78=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC024E is #13FDB1. Grayscale: #505050. Windows color (decimal): -1310130 or 5112556. OLE color: 5112556.
HSL color Cylindrical-coordinate representation of color #EC024E: hue angle of 340.51º 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 #EC024E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.07 |
| HSL | 340.51º | 0.98% | 0.47% | - |
| HSV(B) | 340.51º | 0.99% | 0.93% | - |
| XYZ | 35.99 | 18.43 | 8.87 | - |
| YUV | 80.63 | 126.52 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 78 | 0 | 0.99 | 0.67 | 0.07 | 340.51 | 0.98 | 0.47 |
| Hex | EC | 2 | 4E | 0 | 63 | 43 | 7 | 155 | 62 | 2F |
| Octal | 354 | 2 | 116 | 0 | 143 | 103 | 7 | 525 | 142 | 57 |
| Binary | 11101100 | 10 | 1001110 | 0 | 1100011 | 1000011 | 111 | 101010101 | 1100010 | 101111 |
Color Harmonies of #EC024E
Complementary color
Monochromatic Colors of #EC024E
Black with #EC024E
Text Example
Text Example
White with #EC024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC024E; }
p { color: rgb(236,2,78); }
H1.HeaderClassName
{
color: #EC024E;
}
.AnyTagClassName
{
color: #EC024E;
}
</style>
background-color css
<style>
a { background-color: #EC024E; }
a { background-color: rgb(236,2,78); }
div.DivClassName
{
background-color: #EC024E;
}
.BgClassName
{
background-color: #EC024E;
}
</style>
border-color css
<style>
span { border-color: #EC024E; }
span { border-color: rgb(236,2,78); }
td.TdClassName
{
border-color: #EC024E;
}
.TagClassName
{
border-color: #EC024E;
}
</style>