Shades of Razzle Dazzle Rose #E024D0
Tints of Razzle Dazzle Rose #E024D0
RGB
CMYK
RGB Variations
Color information
#E024D0 (or 0xE024D0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and D0. RGB value is (224,36,208). Sum of RGB (Red+Green+Blue) = 224+36+208=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E024D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024D0 is #1FDB2F. Grayscale: #6F6F6F. Windows color (decimal): -2087728 or 13640928. OLE color: 13640928.
HSL color Cylindrical-coordinate representation of color #E024D0: hue angle of 305.11º 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 #E024D0 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 208 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.12 |
| HSL | 305.11º | 0.75% | 0.51% | - |
| HSV(B) | 305.11º | 0.84% | 0.88% | - |
| XYZ | 42.76 | 21.66 | 61.6 | - |
| YUV | 111.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 208 | 0 | 0.84 | 0.07 | 0.12 | 305.11 | 0.75 | 0.51 |
| Hex | E0 | 24 | D0 | 0 | 54 | 7 | C | 131 | 4B | 33 |
| Octal | 340 | 44 | 320 | 0 | 124 | 7 | 14 | 461 | 113 | 63 |
| Binary | 11100000 | 100100 | 11010000 | 0 | 1010100 | 111 | 1100 | 100110001 | 1001011 | 110011 |
Color Harmonies of #E024D0
Complementary color
Monochromatic Colors of #E024D0
Black with #E024D0
Text Example
Text Example
White with #E024D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024D0; }
p { color: rgb(224,36,208); }
H1.HeaderClassName
{
color: #E024D0;
}
.AnyTagClassName
{
color: #E024D0;
}
</style>
background-color css
<style>
a { background-color: #E024D0; }
a { background-color: rgb(224,36,208); }
div.DivClassName
{
background-color: #E024D0;
}
.BgClassName
{
background-color: #E024D0;
}
</style>
border-color css
<style>
span { border-color: #E024D0; }
span { border-color: rgb(224,36,208); }
td.TdClassName
{
border-color: #E024D0;
}
.TagClassName
{
border-color: #E024D0;
}
</style>