Shades of Razzle Dazzle Rose #E02ADE
Tints of Razzle Dazzle Rose #E02ADE
RGB
CMYK
RGB Variations
Color information
#E02ADE (or 0xE02ADE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and DE. RGB value is (224,42,222). Sum of RGB (Red+Green+Blue) = 224+42+222=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ADE is #1FD521. Grayscale: #747474. Windows color (decimal): -2086178 or 14559968. OLE color: 14559968.
HSL color Cylindrical-coordinate representation of color #E02ADE: hue angle of 300.66º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02ADE is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 222 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.12 |
| HSL | 300.66º | 0.75% | 0.52% | - |
| HSV(B) | 300.66º | 0.81% | 0.88% | - |
| XYZ | 44.75 | 22.78 | 71.14 | - |
| YUV | 116.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 222 | 0 | 0.81 | 0.01 | 0.12 | 300.66 | 0.75 | 0.52 |
| Hex | E0 | 2A | DE | 0 | 51 | 1 | C | 12D | 4B | 34 |
| Octal | 340 | 52 | 336 | 0 | 121 | 1 | 14 | 455 | 113 | 64 |
| Binary | 11100000 | 101010 | 11011110 | 0 | 1010001 | 1 | 1100 | 100101101 | 1001011 | 110100 |
Color Harmonies of #E02ADE
Complementary color
Monochromatic Colors of #E02ADE
Black with #E02ADE
Text Example
Text Example
White with #E02ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02ADE; }
p { color: rgb(224,42,222); }
H1.HeaderClassName
{
color: #E02ADE;
}
.AnyTagClassName
{
color: #E02ADE;
}
</style>
background-color css
<style>
a { background-color: #E02ADE; }
a { background-color: rgb(224,42,222); }
div.DivClassName
{
background-color: #E02ADE;
}
.BgClassName
{
background-color: #E02ADE;
}
</style>
border-color css
<style>
span { border-color: #E02ADE; }
span { border-color: rgb(224,42,222); }
td.TdClassName
{
border-color: #E02ADE;
}
.TagClassName
{
border-color: #E02ADE;
}
</style>