Shades of Razzle Dazzle Rose #E022D0
Tints of Razzle Dazzle Rose #E022D0
RGB
CMYK
RGB Variations
Color information
#E022D0 (or 0xE022D0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 22 and D0. RGB value is (224,34,208). Sum of RGB (Red+Green+Blue) = 224+34+208=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E022D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E022D0 is #1FDD2F. Grayscale: #6E6E6E. Windows color (decimal): -2088240 or 13640416. OLE color: 13640416.
HSL color Cylindrical-coordinate representation of color #E022D0: hue angle of 305.05º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E022D0 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 208 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.12 |
| HSL | 305.05º | 0.75% | 0.51% | - |
| HSV(B) | 305.05º | 0.85% | 0.88% | - |
| XYZ | 42.7 | 21.55 | 61.58 | - |
| YUV | 110.65 | 182.95 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 208 | 0 | 0.85 | 0.07 | 0.12 | 305.05 | 0.75 | 0.51 |
| Hex | E0 | 22 | D0 | 0 | 55 | 7 | C | 131 | 4B | 33 |
| Octal | 340 | 42 | 320 | 0 | 125 | 7 | 14 | 461 | 113 | 63 |
| Binary | 11100000 | 100010 | 11010000 | 0 | 1010101 | 111 | 1100 | 100110001 | 1001011 | 110011 |
Color Harmonies of #E022D0
Complementary color
Monochromatic Colors of #E022D0
Black with #E022D0
Text Example
Text Example
White with #E022D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022D0; }
p { color: rgb(224,34,208); }
H1.HeaderClassName
{
color: #E022D0;
}
.AnyTagClassName
{
color: #E022D0;
}
</style>
background-color css
<style>
a { background-color: #E022D0; }
a { background-color: rgb(224,34,208); }
div.DivClassName
{
background-color: #E022D0;
}
.BgClassName
{
background-color: #E022D0;
}
</style>
border-color css
<style>
span { border-color: #E022D0; }
span { border-color: rgb(224,34,208); }
td.TdClassName
{
border-color: #E022D0;
}
.TagClassName
{
border-color: #E022D0;
}
</style>