Shades of Razzle Dazzle Rose #E022D6
Tints of Razzle Dazzle Rose #E022D6
RGB
CMYK
RGB Variations
Color information
#E022D6 (or 0xE022D6) is known color: Razzle Dazzle Rose. HEX triplet: E0, 22 and D6. RGB value is (224,34,214). Sum of RGB (Red+Green+Blue) = 224+34+214=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E022D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E022D6 is #1FDD29. Grayscale: #6E6E6E. Windows color (decimal): -2088234 or 14033632. OLE color: 14033632.
HSL color Cylindrical-coordinate representation of color #E022D6: hue angle of 303.16º 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 #E022D6 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 214 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.12 |
| HSL | 303.16º | 0.75% | 0.51% | - |
| HSV(B) | 303.16º | 0.85% | 0.88% | - |
| XYZ | 43.45 | 21.85 | 65.55 | - |
| YUV | 111.33 | 185.95 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 214 | 0 | 0.85 | 0.04 | 0.12 | 303.16 | 0.75 | 0.51 |
| Hex | E0 | 22 | D6 | 0 | 55 | 4 | C | 12F | 4B | 33 |
| Octal | 340 | 42 | 326 | 0 | 125 | 4 | 14 | 457 | 113 | 63 |
| Binary | 11100000 | 100010 | 11010110 | 0 | 1010101 | 100 | 1100 | 100101111 | 1001011 | 110011 |
Color Harmonies of #E022D6
Complementary color
Monochromatic Colors of #E022D6
Black with #E022D6
Text Example
Text Example
White with #E022D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022D6; }
p { color: rgb(224,34,214); }
H1.HeaderClassName
{
color: #E022D6;
}
.AnyTagClassName
{
color: #E022D6;
}
</style>
background-color css
<style>
a { background-color: #E022D6; }
a { background-color: rgb(224,34,214); }
div.DivClassName
{
background-color: #E022D6;
}
.BgClassName
{
background-color: #E022D6;
}
</style>
border-color css
<style>
span { border-color: #E022D6; }
span { border-color: rgb(224,34,214); }
td.TdClassName
{
border-color: #E022D6;
}
.TagClassName
{
border-color: #E022D6;
}
</style>