Shades of Razzle Dazzle Rose #E52ADE
Tints of Razzle Dazzle Rose #E52ADE
RGB
CMYK
RGB Variations
Color information
#E52ADE (or 0xE52ADE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and DE. RGB value is (229,42,222). Sum of RGB (Red+Green+Blue) = 229+42+222=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ADE is #1AD521. Grayscale: #757575. Windows color (decimal): -1758498 or 14559973. OLE color: 14559973.
HSL color Cylindrical-coordinate representation of color #E52ADE: hue angle of 302.25º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52ADE is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 222 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.10 |
| HSL | 302.25º | 0.78% | 0.53% | - |
| HSV(B) | 302.25º | 0.82% | 0.9% | - |
| XYZ | 46.33 | 23.59 | 71.22 | - |
| YUV | 118.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 222 | 0 | 0.82 | 0.03 | 0.10 | 302.25 | 0.78 | 0.53 |
| Hex | E5 | 2A | DE | 0 | 52 | 3 | A | 12E | 4E | 35 |
| Octal | 345 | 52 | 336 | 0 | 122 | 3 | 12 | 456 | 116 | 65 |
| Binary | 11100101 | 101010 | 11011110 | 0 | 1010010 | 11 | 1010 | 100101110 | 1001110 | 110101 |
Color Harmonies of #E52ADE
Complementary color
Monochromatic Colors of #E52ADE
Black with #E52ADE
Text Example
Text Example
White with #E52ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52ADE; }
p { color: rgb(229,42,222); }
H1.HeaderClassName
{
color: #E52ADE;
}
.AnyTagClassName
{
color: #E52ADE;
}
</style>
background-color css
<style>
a { background-color: #E52ADE; }
a { background-color: rgb(229,42,222); }
div.DivClassName
{
background-color: #E52ADE;
}
.BgClassName
{
background-color: #E52ADE;
}
</style>
border-color css
<style>
span { border-color: #E52ADE; }
span { border-color: rgb(229,42,222); }
td.TdClassName
{
border-color: #E52ADE;
}
.TagClassName
{
border-color: #E52ADE;
}
</style>