Shades of Razzle Dazzle Rose #EA24CA
Tints of Razzle Dazzle Rose #EA24CA
RGB
CMYK
RGB Variations
Color information
#EA24CA (or 0xEA24CA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 24 and CA. RGB value is (234,36,202). Sum of RGB (Red+Green+Blue) = 234+36+202=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA24CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA24CA is #15DB35. Grayscale: #717171. Windows color (decimal): -1432374 or 13247722. OLE color: 13247722.
HSL color Cylindrical-coordinate representation of color #EA24CA: hue angle of 309.7º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA24CA is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 202 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.08 |
| HSL | 309.7º | 0.83% | 0.53% | - |
| HSV(B) | 309.7º | 0.85% | 0.92% | - |
| XYZ | 45.22 | 23.02 | 57.94 | - |
| YUV | 114.13 | 177.6 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 202 | 0 | 0.85 | 0.14 | 0.08 | 309.7 | 0.83 | 0.53 |
| Hex | EA | 24 | CA | 0 | 55 | E | 8 | 136 | 52 | 35 |
| Octal | 352 | 44 | 312 | 0 | 125 | 16 | 10 | 466 | 122 | 65 |
| Binary | 11101010 | 100100 | 11001010 | 0 | 1010101 | 1110 | 1000 | 100110110 | 1010010 | 110101 |
Color Harmonies of #EA24CA
Complementary color
Monochromatic Colors of #EA24CA
Black with #EA24CA
Text Example
Text Example
White with #EA24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA24CA; }
p { color: rgb(234,36,202); }
H1.HeaderClassName
{
color: #EA24CA;
}
.AnyTagClassName
{
color: #EA24CA;
}
</style>
background-color css
<style>
a { background-color: #EA24CA; }
a { background-color: rgb(234,36,202); }
div.DivClassName
{
background-color: #EA24CA;
}
.BgClassName
{
background-color: #EA24CA;
}
</style>
border-color css
<style>
span { border-color: #EA24CA; }
span { border-color: rgb(234,36,202); }
td.TdClassName
{
border-color: #EA24CA;
}
.TagClassName
{
border-color: #EA24CA;
}
</style>