Shades of Razzle Dazzle Rose #EC24CF
Tints of Razzle Dazzle Rose #EC24CF
RGB
CMYK
RGB Variations
Color information
#EC24CF (or 0xEC24CF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 24 and CF. RGB value is (236,36,207). Sum of RGB (Red+Green+Blue) = 236+36+207=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC24CF is #13DB30. Grayscale: #727272. Windows color (decimal): -1301297 or 13575404. OLE color: 13575404.
HSL color Cylindrical-coordinate representation of color #EC24CF: hue angle of 308.7º 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 #EC24CF is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 207 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.07 |
| HSL | 308.7º | 0.84% | 0.53% | - |
| HSV(B) | 308.7º | 0.85% | 0.93% | - |
| XYZ | 46.49 | 23.6 | 61.14 | - |
| YUV | 115.29 | 179.76 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 207 | 0 | 0.85 | 0.12 | 0.07 | 308.7 | 0.84 | 0.53 |
| Hex | EC | 24 | CF | 0 | 55 | C | 7 | 135 | 54 | 35 |
| Octal | 354 | 44 | 317 | 0 | 125 | 14 | 7 | 465 | 124 | 65 |
| Binary | 11101100 | 100100 | 11001111 | 0 | 1010101 | 1100 | 111 | 100110101 | 1010100 | 110101 |
Color Harmonies of #EC24CF
Complementary color
Monochromatic Colors of #EC24CF
Black with #EC24CF
Text Example
Text Example
White with #EC24CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24CF; }
p { color: rgb(236,36,207); }
H1.HeaderClassName
{
color: #EC24CF;
}
.AnyTagClassName
{
color: #EC24CF;
}
</style>
background-color css
<style>
a { background-color: #EC24CF; }
a { background-color: rgb(236,36,207); }
div.DivClassName
{
background-color: #EC24CF;
}
.BgClassName
{
background-color: #EC24CF;
}
</style>
border-color css
<style>
span { border-color: #EC24CF; }
span { border-color: rgb(236,36,207); }
td.TdClassName
{
border-color: #EC24CF;
}
.TagClassName
{
border-color: #EC24CF;
}
</style>