Shades of Razzle Dazzle Rose #E52EDE
Tints of Razzle Dazzle Rose #E52EDE
RGB
CMYK
RGB Variations
Color information
#E52EDE (or 0xE52EDE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and DE. RGB value is (229,46,222). Sum of RGB (Red+Green+Blue) = 229+46+222=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EDE is #1AD121. Grayscale: #787878. Windows color (decimal): -1757474 or 14560997. OLE color: 14560997.
HSL color Cylindrical-coordinate representation of color #E52EDE: hue angle of 302.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52EDE is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 222 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.10 |
| HSL | 302.3º | 0.78% | 0.54% | - |
| HSV(B) | 302.3º | 0.8% | 0.9% | - |
| XYZ | 46.47 | 23.89 | 71.27 | - |
| YUV | 120.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 222 | 0 | 0.80 | 0.03 | 0.10 | 302.3 | 0.78 | 0.54 |
| Hex | E5 | 2E | DE | 0 | 50 | 3 | A | 12E | 4E | 36 |
| Octal | 345 | 56 | 336 | 0 | 120 | 3 | 12 | 456 | 116 | 66 |
| Binary | 11100101 | 101110 | 11011110 | 0 | 1010000 | 11 | 1010 | 100101110 | 1001110 | 110110 |
Color Harmonies of #E52EDE
Complementary color
Monochromatic Colors of #E52EDE
Black with #E52EDE
Text Example
Text Example
White with #E52EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52EDE; }
p { color: rgb(229,46,222); }
H1.HeaderClassName
{
color: #E52EDE;
}
.AnyTagClassName
{
color: #E52EDE;
}
</style>
background-color css
<style>
a { background-color: #E52EDE; }
a { background-color: rgb(229,46,222); }
div.DivClassName
{
background-color: #E52EDE;
}
.BgClassName
{
background-color: #E52EDE;
}
</style>
border-color css
<style>
span { border-color: #E52EDE; }
span { border-color: rgb(229,46,222); }
td.TdClassName
{
border-color: #E52EDE;
}
.TagClassName
{
border-color: #E52EDE;
}
</style>