Shades of Razzle Dazzle Rose #E021D0
Tints of Razzle Dazzle Rose #E021D0
RGB
CMYK
RGB Variations
Color information
#E021D0 (or 0xE021D0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 21 and D0. RGB value is (224,33,208). Sum of RGB (Red+Green+Blue) = 224+33+208=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E021D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021D0 is #1FDE2F. Grayscale: #6D6D6D. Windows color (decimal): -2088496 or 13640160. OLE color: 13640160.
HSL color Cylindrical-coordinate representation of color #E021D0: hue angle of 305.03º 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 #E021D0 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 208 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.12 |
| HSL | 305.03º | 0.75% | 0.5% | - |
| HSV(B) | 305.03º | 0.85% | 0.88% | - |
| XYZ | 42.67 | 21.49 | 61.57 | - |
| YUV | 110.06 | 183.28 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 208 | 0 | 0.85 | 0.07 | 0.12 | 305.03 | 0.75 | 0.5 |
| Hex | E0 | 21 | D0 | 0 | 55 | 7 | C | 131 | 4B | 32 |
| Octal | 340 | 41 | 320 | 0 | 125 | 7 | 14 | 461 | 113 | 62 |
| Binary | 11100000 | 100001 | 11010000 | 0 | 1010101 | 111 | 1100 | 100110001 | 1001011 | 110010 |
Color Harmonies of #E021D0
Complementary color
Monochromatic Colors of #E021D0
Black with #E021D0
Text Example
Text Example
White with #E021D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021D0; }
p { color: rgb(224,33,208); }
H1.HeaderClassName
{
color: #E021D0;
}
.AnyTagClassName
{
color: #E021D0;
}
</style>
background-color css
<style>
a { background-color: #E021D0; }
a { background-color: rgb(224,33,208); }
div.DivClassName
{
background-color: #E021D0;
}
.BgClassName
{
background-color: #E021D0;
}
</style>
border-color css
<style>
span { border-color: #E021D0; }
span { border-color: rgb(224,33,208); }
td.TdClassName
{
border-color: #E021D0;
}
.TagClassName
{
border-color: #E021D0;
}
</style>