Shades of Razzle Dazzle Rose #E024CA
Tints of Razzle Dazzle Rose #E024CA
RGB
CMYK
RGB Variations
Color information
#E024CA (or 0xE024CA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and CA. RGB value is (224,36,202). Sum of RGB (Red+Green+Blue) = 224+36+202=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E024CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024CA is #1FDB35. Grayscale: #6E6E6E. Windows color (decimal): -2087734 or 13247712. OLE color: 13247712.
HSL color Cylindrical-coordinate representation of color #E024CA: hue angle of 307.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024CA is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 202 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.12 |
| HSL | 307.02º | 0.75% | 0.51% | - |
| HSV(B) | 307.02º | 0.84% | 0.88% | - |
| XYZ | 42.03 | 21.37 | 57.79 | - |
| YUV | 111.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 202 | 0 | 0.84 | 0.10 | 0.12 | 307.02 | 0.75 | 0.51 |
| Hex | E0 | 24 | CA | 0 | 54 | A | C | 133 | 4B | 33 |
| Octal | 340 | 44 | 312 | 0 | 124 | 12 | 14 | 463 | 113 | 63 |
| Binary | 11100000 | 100100 | 11001010 | 0 | 1010100 | 1010 | 1100 | 100110011 | 1001011 | 110011 |
Color Harmonies of #E024CA
Complementary color
Monochromatic Colors of #E024CA
Black with #E024CA
Text Example
Text Example
White with #E024CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024CA; }
p { color: rgb(224,36,202); }
H1.HeaderClassName
{
color: #E024CA;
}
.AnyTagClassName
{
color: #E024CA;
}
</style>
background-color css
<style>
a { background-color: #E024CA; }
a { background-color: rgb(224,36,202); }
div.DivClassName
{
background-color: #E024CA;
}
.BgClassName
{
background-color: #E024CA;
}
</style>
border-color css
<style>
span { border-color: #E024CA; }
span { border-color: rgb(224,36,202); }
td.TdClassName
{
border-color: #E024CA;
}
.TagClassName
{
border-color: #E024CA;
}
</style>