Shades of Razzle Dazzle Rose #EC24CA
Tints of Razzle Dazzle Rose #EC24CA
RGB
CMYK
RGB Variations
Color information
#EC24CA (or 0xEC24CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 24 and CA. RGB value is (236,36,202). Sum of RGB (Red+Green+Blue) = 236+36+202=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC24CA is #13DB35. Grayscale: #727272. Windows color (decimal): -1301302 or 13247724. OLE color: 13247724.
HSL color Cylindrical-coordinate representation of color #EC24CA: hue angle of 310.2º 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 #EC24CA is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 202 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.07 |
| HSL | 310.2º | 0.84% | 0.53% | - |
| HSV(B) | 310.2º | 0.85% | 0.93% | - |
| XYZ | 45.88 | 23.36 | 57.97 | - |
| YUV | 114.72 | 177.26 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 202 | 0 | 0.85 | 0.14 | 0.07 | 310.2 | 0.84 | 0.53 |
| Hex | EC | 24 | CA | 0 | 55 | E | 7 | 136 | 54 | 35 |
| Octal | 354 | 44 | 312 | 0 | 125 | 16 | 7 | 466 | 124 | 65 |
| Binary | 11101100 | 100100 | 11001010 | 0 | 1010101 | 1110 | 111 | 100110110 | 1010100 | 110101 |
Color Harmonies of #EC24CA
Complementary color
Monochromatic Colors of #EC24CA
Black with #EC24CA
Text Example
Text Example
White with #EC24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24CA; }
p { color: rgb(236,36,202); }
H1.HeaderClassName
{
color: #EC24CA;
}
.AnyTagClassName
{
color: #EC24CA;
}
</style>
background-color css
<style>
a { background-color: #EC24CA; }
a { background-color: rgb(236,36,202); }
div.DivClassName
{
background-color: #EC24CA;
}
.BgClassName
{
background-color: #EC24CA;
}
</style>
border-color css
<style>
span { border-color: #EC24CA; }
span { border-color: rgb(236,36,202); }
td.TdClassName
{
border-color: #EC24CA;
}
.TagClassName
{
border-color: #EC24CA;
}
</style>