Shades of Razzle Dazzle Rose #EC24E8
Tints of Razzle Dazzle Rose #EC24E8
RGB
CMYK
RGB Variations
Color information
#EC24E8 (or 0xEC24E8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 24 and E8. RGB value is (236,36,232). Sum of RGB (Red+Green+Blue) = 236+36+232=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC24E8 is #13DB17. Grayscale: #757575. Windows color (decimal): -1301272 or 15213804. OLE color: 15213804.
HSL color Cylindrical-coordinate representation of color #EC24E8: hue angle of 301.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 #EC24E8 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 232 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.07 |
| HSL | 301.2º | 0.84% | 0.53% | - |
| HSV(B) | 301.2º | 0.85% | 0.93% | - |
| XYZ | 49.79 | 24.92 | 78.53 | - |
| YUV | 118.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 232 | 0 | 0.85 | 0.02 | 0.07 | 301.2 | 0.84 | 0.53 |
| Hex | EC | 24 | E8 | 0 | 55 | 2 | 7 | 12D | 54 | 35 |
| Octal | 354 | 44 | 350 | 0 | 125 | 2 | 7 | 455 | 124 | 65 |
| Binary | 11101100 | 100100 | 11101000 | 0 | 1010101 | 10 | 111 | 100101101 | 1010100 | 110101 |
Color Harmonies of #EC24E8
Complementary color
Monochromatic Colors of #EC24E8
Black with #EC24E8
Text Example
Text Example
White with #EC24E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24E8; }
p { color: rgb(236,36,232); }
H1.HeaderClassName
{
color: #EC24E8;
}
.AnyTagClassName
{
color: #EC24E8;
}
</style>
background-color css
<style>
a { background-color: #EC24E8; }
a { background-color: rgb(236,36,232); }
div.DivClassName
{
background-color: #EC24E8;
}
.BgClassName
{
background-color: #EC24E8;
}
</style>
border-color css
<style>
span { border-color: #EC24E8; }
span { border-color: rgb(236,36,232); }
td.TdClassName
{
border-color: #EC24E8;
}
.TagClassName
{
border-color: #EC24E8;
}
</style>