Shades of Razzle Dazzle Rose #E52DBD
Tints of Razzle Dazzle Rose #E52DBD
RGB
CMYK
RGB Variations
Color information
#E52DBD (or 0xE52DBD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and BD. RGB value is (229,45,189). Sum of RGB (Red+Green+Blue) = 229+45+189=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DBD is #1AD242. Grayscale: #747474. Windows color (decimal): -1757763 or 12398053. OLE color: 12398053.
HSL color Cylindrical-coordinate representation of color #E52DBD: hue angle of 313.04º 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 #E52DBD is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 45 | 189 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.10 |
| HSL | 313.04º | 0.78% | 0.54% | - |
| HSV(B) | 313.04º | 0.8% | 0.9% | - |
| XYZ | 42.44 | 22.21 | 50.19 | - |
| YUV | 116.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 189 | 0 | 0.80 | 0.17 | 0.10 | 313.04 | 0.78 | 0.54 |
| Hex | E5 | 2D | BD | 0 | 50 | 11 | A | 139 | 4E | 36 |
| Octal | 345 | 55 | 275 | 0 | 120 | 21 | 12 | 471 | 116 | 66 |
| Binary | 11100101 | 101101 | 10111101 | 0 | 1010000 | 10001 | 1010 | 100111001 | 1001110 | 110110 |
Color Harmonies of #E52DBD
Complementary color
Monochromatic Colors of #E52DBD
Black with #E52DBD
Text Example
Text Example
White with #E52DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DBD; }
p { color: rgb(229,45,189); }
H1.HeaderClassName
{
color: #E52DBD;
}
.AnyTagClassName
{
color: #E52DBD;
}
</style>
background-color css
<style>
a { background-color: #E52DBD; }
a { background-color: rgb(229,45,189); }
div.DivClassName
{
background-color: #E52DBD;
}
.BgClassName
{
background-color: #E52DBD;
}
</style>
border-color css
<style>
span { border-color: #E52DBD; }
span { border-color: rgb(229,45,189); }
td.TdClassName
{
border-color: #E52DBD;
}
.TagClassName
{
border-color: #E52DBD;
}
</style>