Shades of Razzle Dazzle Rose #E02EDA
Tints of Razzle Dazzle Rose #E02EDA
RGB
CMYK
RGB Variations
Color information
#E02EDA (or 0xE02EDA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2E and DA. RGB value is (224,46,218). Sum of RGB (Red+Green+Blue) = 224+46+218=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E02EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02EDA is #1FD125. Grayscale: #767676. Windows color (decimal): -2085158 or 14298848. OLE color: 14298848.
HSL color Cylindrical-coordinate representation of color #E02EDA: hue angle of 302.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02EDA is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 218 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.12 |
| HSL | 302.02º | 0.74% | 0.53% | - |
| HSV(B) | 302.02º | 0.79% | 0.88% | - |
| XYZ | 44.37 | 22.86 | 68.4 | - |
| YUV | 118.83 | 183.97 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 218 | 0 | 0.79 | 0.03 | 0.12 | 302.02 | 0.74 | 0.53 |
| Hex | E0 | 2E | DA | 0 | 4F | 3 | C | 12E | 4A | 35 |
| Octal | 340 | 56 | 332 | 0 | 117 | 3 | 14 | 456 | 112 | 65 |
| Binary | 11100000 | 101110 | 11011010 | 0 | 1001111 | 11 | 1100 | 100101110 | 1001010 | 110101 |
Color Harmonies of #E02EDA
Complementary color
Monochromatic Colors of #E02EDA
Black with #E02EDA
Text Example
Text Example
White with #E02EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02EDA; }
p { color: rgb(224,46,218); }
H1.HeaderClassName
{
color: #E02EDA;
}
.AnyTagClassName
{
color: #E02EDA;
}
</style>
background-color css
<style>
a { background-color: #E02EDA; }
a { background-color: rgb(224,46,218); }
div.DivClassName
{
background-color: #E02EDA;
}
.BgClassName
{
background-color: #E02EDA;
}
</style>
border-color css
<style>
span { border-color: #E02EDA; }
span { border-color: rgb(224,46,218); }
td.TdClassName
{
border-color: #E02EDA;
}
.TagClassName
{
border-color: #E02EDA;
}
</style>