Shades of Razzle Dazzle Rose #E021CE
Tints of Razzle Dazzle Rose #E021CE
RGB
CMYK
RGB Variations
Color information
#E021CE (or 0xE021CE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 21 and CE. RGB value is (224,33,206). Sum of RGB (Red+Green+Blue) = 224+33+206=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E021CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021CE is #1FDE31. Grayscale: #6D6D6D. Windows color (decimal): -2088498 or 13509088. OLE color: 13509088.
HSL color Cylindrical-coordinate representation of color #E021CE: hue angle of 305.65º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021CE is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 206 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.12 |
| HSL | 305.65º | 0.75% | 0.5% | - |
| HSV(B) | 305.65º | 0.85% | 0.88% | - |
| XYZ | 42.42 | 21.39 | 60.29 | - |
| YUV | 109.83 | 182.28 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 206 | 0 | 0.85 | 0.08 | 0.12 | 305.65 | 0.75 | 0.5 |
| Hex | E0 | 21 | CE | 0 | 55 | 8 | C | 132 | 4B | 32 |
| Octal | 340 | 41 | 316 | 0 | 125 | 10 | 14 | 462 | 113 | 62 |
| Binary | 11100000 | 100001 | 11001110 | 0 | 1010101 | 1000 | 1100 | 100110010 | 1001011 | 110010 |
Color Harmonies of #E021CE
Complementary color
Monochromatic Colors of #E021CE
Black with #E021CE
Text Example
Text Example
White with #E021CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021CE; }
p { color: rgb(224,33,206); }
H1.HeaderClassName
{
color: #E021CE;
}
.AnyTagClassName
{
color: #E021CE;
}
</style>
background-color css
<style>
a { background-color: #E021CE; }
a { background-color: rgb(224,33,206); }
div.DivClassName
{
background-color: #E021CE;
}
.BgClassName
{
background-color: #E021CE;
}
</style>
border-color css
<style>
span { border-color: #E021CE; }
span { border-color: rgb(224,33,206); }
td.TdClassName
{
border-color: #E021CE;
}
.TagClassName
{
border-color: #E021CE;
}
</style>