Shades of Razzle Dazzle Rose #E52DB8
Tints of Razzle Dazzle Rose #E52DB8
RGB
CMYK
RGB Variations
Color information
#E52DB8 (or 0xE52DB8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and B8. RGB value is (229,45,184). Sum of RGB (Red+Green+Blue) = 229+45+184=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DB8 is #1AD247. Grayscale: #737373. Windows color (decimal): -1757768 or 12070373. OLE color: 12070373.
HSL color Cylindrical-coordinate representation of color #E52DB8: hue angle of 314.67º 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 #E52DB8 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 184 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.10 |
| HSL | 314.67º | 0.78% | 0.54% | - |
| HSV(B) | 314.67º | 0.8% | 0.9% | - |
| XYZ | 41.9 | 22 | 47.38 | - |
| YUV | 115.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 184 | 0 | 0.80 | 0.20 | 0.10 | 314.67 | 0.78 | 0.54 |
| Hex | E5 | 2D | B8 | 0 | 50 | 14 | A | 13B | 4E | 36 |
| Octal | 345 | 55 | 270 | 0 | 120 | 24 | 12 | 473 | 116 | 66 |
| Binary | 11100101 | 101101 | 10111000 | 0 | 1010000 | 10100 | 1010 | 100111011 | 1001110 | 110110 |
Color Harmonies of #E52DB8
Complementary color
Monochromatic Colors of #E52DB8
Black with #E52DB8
Text Example
Text Example
White with #E52DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DB8; }
p { color: rgb(229,45,184); }
H1.HeaderClassName
{
color: #E52DB8;
}
.AnyTagClassName
{
color: #E52DB8;
}
</style>
background-color css
<style>
a { background-color: #E52DB8; }
a { background-color: rgb(229,45,184); }
div.DivClassName
{
background-color: #E52DB8;
}
.BgClassName
{
background-color: #E52DB8;
}
</style>
border-color css
<style>
span { border-color: #E52DB8; }
span { border-color: rgb(229,45,184); }
td.TdClassName
{
border-color: #E52DB8;
}
.TagClassName
{
border-color: #E52DB8;
}
</style>