Shades of Razzle Dazzle Rose #E52DBC
Tints of Razzle Dazzle Rose #E52DBC
RGB
CMYK
RGB Variations
Color information
#E52DBC (or 0xE52DBC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and BC. RGB value is (229,45,188). Sum of RGB (Red+Green+Blue) = 229+45+188=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DBC is #1AD243. Grayscale: #737373. Windows color (decimal): -1757764 or 12332517. OLE color: 12332517.
HSL color Cylindrical-coordinate representation of color #E52DBC: hue angle of 313.37º 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 #E52DBC is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 188 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.10 |
| HSL | 313.37º | 0.78% | 0.54% | - |
| HSV(B) | 313.37º | 0.8% | 0.9% | - |
| XYZ | 42.33 | 22.17 | 49.62 | - |
| YUV | 116.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 188 | 0 | 0.80 | 0.18 | 0.10 | 313.37 | 0.78 | 0.54 |
| Hex | E5 | 2D | BC | 0 | 50 | 12 | A | 139 | 4E | 36 |
| Octal | 345 | 55 | 274 | 0 | 120 | 22 | 12 | 471 | 116 | 66 |
| Binary | 11100101 | 101101 | 10111100 | 0 | 1010000 | 10010 | 1010 | 100111001 | 1001110 | 110110 |
Color Harmonies of #E52DBC
Complementary color
Monochromatic Colors of #E52DBC
Black with #E52DBC
Text Example
Text Example
White with #E52DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DBC; }
p { color: rgb(229,45,188); }
H1.HeaderClassName
{
color: #E52DBC;
}
.AnyTagClassName
{
color: #E52DBC;
}
</style>
background-color css
<style>
a { background-color: #E52DBC; }
a { background-color: rgb(229,45,188); }
div.DivClassName
{
background-color: #E52DBC;
}
.BgClassName
{
background-color: #E52DBC;
}
</style>
border-color css
<style>
span { border-color: #E52DBC; }
span { border-color: rgb(229,45,188); }
td.TdClassName
{
border-color: #E52DBC;
}
.TagClassName
{
border-color: #E52DBC;
}
</style>