Shades of Razzle Dazzle Rose #E02DE0
Tints of Razzle Dazzle Rose #E02DE0
RGB
CMYK
RGB Variations
Color information
#E02DE0 (or 0xE02DE0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2D and E0. RGB value is (224,45,224). Sum of RGB (Red+Green+Blue) = 224+45+224=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E02DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DE0 is #1FD21F. Grayscale: #767676. Windows color (decimal): -2085408 or 14691808. OLE color: 14691808.
HSL color Cylindrical-coordinate representation of color #E02DE0: hue angle of 300º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02DE0 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 224 | - |
| CMYK | 0 | 0.80 | 0 | 0.12 |
| HSL | 300º | 0.74% | 0.53% | - |
| HSV(B) | 300º | 0.8% | 0.88% | - |
| XYZ | 45.13 | 23.11 | 72.6 | - |
| YUV | 118.93 | 187.3 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 224 | 0 | 0.80 | 0 | 0.12 | 300 | 0.74 | 0.53 |
| Hex | E0 | 2D | E0 | 0 | 50 | 0 | C | 12C | 4A | 35 |
| Octal | 340 | 55 | 340 | 0 | 120 | 0 | 14 | 454 | 112 | 65 |
| Binary | 11100000 | 101101 | 11100000 | 0 | 1010000 | 0 | 1100 | 100101100 | 1001010 | 110101 |
Color Harmonies of #E02DE0
Complementary color
Monochromatic Colors of #E02DE0
Black with #E02DE0
Text Example
Text Example
White with #E02DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DE0; }
p { color: rgb(224,45,224); }
H1.HeaderClassName
{
color: #E02DE0;
}
.AnyTagClassName
{
color: #E02DE0;
}
</style>
background-color css
<style>
a { background-color: #E02DE0; }
a { background-color: rgb(224,45,224); }
div.DivClassName
{
background-color: #E02DE0;
}
.BgClassName
{
background-color: #E02DE0;
}
</style>
border-color css
<style>
span { border-color: #E02DE0; }
span { border-color: rgb(224,45,224); }
td.TdClassName
{
border-color: #E02DE0;
}
.TagClassName
{
border-color: #E02DE0;
}
</style>