Shades of Razzle Dazzle Rose #E51EDB
Tints of Razzle Dazzle Rose #E51EDB
RGB
CMYK
RGB Variations
Color information
#E51EDB (or 0xE51EDB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1E and DB. RGB value is (229,30,219). Sum of RGB (Red+Green+Blue) = 229+30+219=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EDB is #1AE124. Grayscale: #6E6E6E. Windows color (decimal): -1761573 or 14360293. OLE color: 14360293.
HSL color Cylindrical-coordinate representation of color #E51EDB: hue angle of 303.02º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51EDB is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 219 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.10 |
| HSL | 303.02º | 0.79% | 0.51% | - |
| HSV(B) | 303.02º | 0.87% | 0.9% | - |
| XYZ | 45.56 | 22.7 | 69 | - |
| YUV | 111.05 | 188.93 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 219 | 0 | 0.87 | 0.04 | 0.10 | 303.02 | 0.79 | 0.51 |
| Hex | E5 | 1E | DB | 0 | 57 | 4 | A | 12F | 4F | 33 |
| Octal | 345 | 36 | 333 | 0 | 127 | 4 | 12 | 457 | 117 | 63 |
| Binary | 11100101 | 11110 | 11011011 | 0 | 1010111 | 100 | 1010 | 100101111 | 1001111 | 110011 |
Color Harmonies of #E51EDB
Complementary color
Monochromatic Colors of #E51EDB
Black with #E51EDB
Text Example
Text Example
White with #E51EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EDB; }
p { color: rgb(229,30,219); }
H1.HeaderClassName
{
color: #E51EDB;
}
.AnyTagClassName
{
color: #E51EDB;
}
</style>
background-color css
<style>
a { background-color: #E51EDB; }
a { background-color: rgb(229,30,219); }
div.DivClassName
{
background-color: #E51EDB;
}
.BgClassName
{
background-color: #E51EDB;
}
</style>
border-color css
<style>
span { border-color: #E51EDB; }
span { border-color: rgb(229,30,219); }
td.TdClassName
{
border-color: #E51EDB;
}
.TagClassName
{
border-color: #E51EDB;
}
</style>