Shades of Razzle Dazzle Rose #EC24CE
Tints of Razzle Dazzle Rose #EC24CE
RGB
CMYK
RGB Variations
Color information
#EC24CE (or 0xEC24CE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 24 and CE. RGB value is (236,36,206). Sum of RGB (Red+Green+Blue) = 236+36+206=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC24CE is #13DB31. Grayscale: #727272. Windows color (decimal): -1301298 or 13509868. OLE color: 13509868.
HSL color Cylindrical-coordinate representation of color #EC24CE: hue angle of 309º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC24CE is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 206 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.07 |
| HSL | 309º | 0.84% | 0.53% | - |
| HSV(B) | 309º | 0.85% | 0.93% | - |
| XYZ | 46.36 | 23.55 | 60.49 | - |
| YUV | 115.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 206 | 0 | 0.85 | 0.13 | 0.07 | 309 | 0.84 | 0.53 |
| Hex | EC | 24 | CE | 0 | 55 | D | 7 | 135 | 54 | 35 |
| Octal | 354 | 44 | 316 | 0 | 125 | 15 | 7 | 465 | 124 | 65 |
| Binary | 11101100 | 100100 | 11001110 | 0 | 1010101 | 1101 | 111 | 100110101 | 1010100 | 110101 |
Color Harmonies of #EC24CE
Complementary color
Monochromatic Colors of #EC24CE
Black with #EC24CE
Text Example
Text Example
White with #EC24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24CE; }
p { color: rgb(236,36,206); }
H1.HeaderClassName
{
color: #EC24CE;
}
.AnyTagClassName
{
color: #EC24CE;
}
</style>
background-color css
<style>
a { background-color: #EC24CE; }
a { background-color: rgb(236,36,206); }
div.DivClassName
{
background-color: #EC24CE;
}
.BgClassName
{
background-color: #EC24CE;
}
</style>
border-color css
<style>
span { border-color: #EC24CE; }
span { border-color: rgb(236,36,206); }
td.TdClassName
{
border-color: #EC24CE;
}
.TagClassName
{
border-color: #EC24CE;
}
</style>