Shades of Razzle Dazzle Rose #E52BDB
Tints of Razzle Dazzle Rose #E52BDB
RGB
CMYK
RGB Variations
Color information
#E52BDB (or 0xE52BDB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and DB. RGB value is (229,43,219). Sum of RGB (Red+Green+Blue) = 229+43+219=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BDB is #1AD424. Grayscale: #767676. Windows color (decimal): -1758245 or 14363621. OLE color: 14363621.
HSL color Cylindrical-coordinate representation of color #E52BDB: hue angle of 303.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52BDB is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 219 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.10 |
| HSL | 303.23º | 0.78% | 0.53% | - |
| HSV(B) | 303.23º | 0.81% | 0.9% | - |
| XYZ | 45.96 | 23.5 | 69.13 | - |
| YUV | 118.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 219 | 0 | 0.81 | 0.04 | 0.10 | 303.23 | 0.78 | 0.53 |
| Hex | E5 | 2B | DB | 0 | 51 | 4 | A | 12F | 4E | 35 |
| Octal | 345 | 53 | 333 | 0 | 121 | 4 | 12 | 457 | 116 | 65 |
| Binary | 11100101 | 101011 | 11011011 | 0 | 1010001 | 100 | 1010 | 100101111 | 1001110 | 110101 |
Color Harmonies of #E52BDB
Complementary color
Monochromatic Colors of #E52BDB
Black with #E52BDB
Text Example
Text Example
White with #E52BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BDB; }
p { color: rgb(229,43,219); }
H1.HeaderClassName
{
color: #E52BDB;
}
.AnyTagClassName
{
color: #E52BDB;
}
</style>
background-color css
<style>
a { background-color: #E52BDB; }
a { background-color: rgb(229,43,219); }
div.DivClassName
{
background-color: #E52BDB;
}
.BgClassName
{
background-color: #E52BDB;
}
</style>
border-color css
<style>
span { border-color: #E52BDB; }
span { border-color: rgb(229,43,219); }
td.TdClassName
{
border-color: #E52BDB;
}
.TagClassName
{
border-color: #E52BDB;
}
</style>