Shades of Razzle Dazzle Rose #EC24CC
Tints of Razzle Dazzle Rose #EC24CC
RGB
CMYK
RGB Variations
Color information
#EC24CC (or 0xEC24CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 24 and CC. RGB value is (236,36,204). Sum of RGB (Red+Green+Blue) = 236+36+204=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC24CC is #13DB33. Grayscale: #727272. Windows color (decimal): -1301300 or 13378796. OLE color: 13378796.
HSL color Cylindrical-coordinate representation of color #EC24CC: hue angle of 309.6º 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 #EC24CC is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 204 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.07 |
| HSL | 309.6º | 0.84% | 0.53% | - |
| HSV(B) | 309.6º | 0.85% | 0.93% | - |
| XYZ | 46.12 | 23.45 | 59.22 | - |
| YUV | 114.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 204 | 0 | 0.85 | 0.14 | 0.07 | 309.6 | 0.84 | 0.53 |
| Hex | EC | 24 | CC | 0 | 55 | E | 7 | 136 | 54 | 35 |
| Octal | 354 | 44 | 314 | 0 | 125 | 16 | 7 | 466 | 124 | 65 |
| Binary | 11101100 | 100100 | 11001100 | 0 | 1010101 | 1110 | 111 | 100110110 | 1010100 | 110101 |
Color Harmonies of #EC24CC
Complementary color
Monochromatic Colors of #EC24CC
Black with #EC24CC
Text Example
Text Example
White with #EC24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24CC; }
p { color: rgb(236,36,204); }
H1.HeaderClassName
{
color: #EC24CC;
}
.AnyTagClassName
{
color: #EC24CC;
}
</style>
background-color css
<style>
a { background-color: #EC24CC; }
a { background-color: rgb(236,36,204); }
div.DivClassName
{
background-color: #EC24CC;
}
.BgClassName
{
background-color: #EC24CC;
}
</style>
border-color css
<style>
span { border-color: #EC24CC; }
span { border-color: rgb(236,36,204); }
td.TdClassName
{
border-color: #EC24CC;
}
.TagClassName
{
border-color: #EC24CC;
}
</style>