Shades of Razzle Dazzle Rose #E52CBD
Tints of Razzle Dazzle Rose #E52CBD
RGB
CMYK
RGB Variations
Color information
#E52CBD (or 0xE52CBD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and BD. RGB value is (229,44,189). Sum of RGB (Red+Green+Blue) = 229+44+189=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CBD is #1AD342. Grayscale: #737373. Windows color (decimal): -1758019 or 12397797. OLE color: 12397797.
HSL color Cylindrical-coordinate representation of color #E52CBD: hue angle of 312.97º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CBD is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 189 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.10 |
| HSL | 312.97º | 0.78% | 0.54% | - |
| HSV(B) | 312.97º | 0.81% | 0.9% | - |
| XYZ | 42.4 | 22.13 | 50.18 | - |
| YUV | 115.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 189 | 0 | 0.81 | 0.17 | 0.10 | 312.97 | 0.78 | 0.54 |
| Hex | E5 | 2C | BD | 0 | 51 | 11 | A | 139 | 4E | 36 |
| Octal | 345 | 54 | 275 | 0 | 121 | 21 | 12 | 471 | 116 | 66 |
| Binary | 11100101 | 101100 | 10111101 | 0 | 1010001 | 10001 | 1010 | 100111001 | 1001110 | 110110 |
Color Harmonies of #E52CBD
Complementary color
Monochromatic Colors of #E52CBD
Black with #E52CBD
Text Example
Text Example
White with #E52CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CBD; }
p { color: rgb(229,44,189); }
H1.HeaderClassName
{
color: #E52CBD;
}
.AnyTagClassName
{
color: #E52CBD;
}
</style>
background-color css
<style>
a { background-color: #E52CBD; }
a { background-color: rgb(229,44,189); }
div.DivClassName
{
background-color: #E52CBD;
}
.BgClassName
{
background-color: #E52CBD;
}
</style>
border-color css
<style>
span { border-color: #E52CBD; }
span { border-color: rgb(229,44,189); }
td.TdClassName
{
border-color: #E52CBD;
}
.TagClassName
{
border-color: #E52CBD;
}
</style>