Shades of Razzle Dazzle Rose #E51ED8
Tints of Razzle Dazzle Rose #E51ED8
RGB
CMYK
RGB Variations
Color information
#E51ED8 (or 0xE51ED8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1E and D8. RGB value is (229,30,216). Sum of RGB (Red+Green+Blue) = 229+30+216=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ED8 is #1AE127. Grayscale: #6E6E6E. Windows color (decimal): -1761576 or 14163685. OLE color: 14163685.
HSL color Cylindrical-coordinate representation of color #E51ED8: hue angle of 303.92º 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 #E51ED8 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 216 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.10 |
| HSL | 303.92º | 0.79% | 0.51% | - |
| HSV(B) | 303.92º | 0.87% | 0.9% | - |
| XYZ | 45.17 | 22.54 | 66.94 | - |
| YUV | 110.71 | 187.43 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 216 | 0 | 0.87 | 0.06 | 0.10 | 303.92 | 0.79 | 0.51 |
| Hex | E5 | 1E | D8 | 0 | 57 | 6 | A | 130 | 4F | 33 |
| Octal | 345 | 36 | 330 | 0 | 127 | 6 | 12 | 460 | 117 | 63 |
| Binary | 11100101 | 11110 | 11011000 | 0 | 1010111 | 110 | 1010 | 100110000 | 1001111 | 110011 |
Color Harmonies of #E51ED8
Complementary color
Monochromatic Colors of #E51ED8
Black with #E51ED8
Text Example
Text Example
White with #E51ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ED8; }
p { color: rgb(229,30,216); }
H1.HeaderClassName
{
color: #E51ED8;
}
.AnyTagClassName
{
color: #E51ED8;
}
</style>
background-color css
<style>
a { background-color: #E51ED8; }
a { background-color: rgb(229,30,216); }
div.DivClassName
{
background-color: #E51ED8;
}
.BgClassName
{
background-color: #E51ED8;
}
</style>
border-color css
<style>
span { border-color: #E51ED8; }
span { border-color: rgb(229,30,216); }
td.TdClassName
{
border-color: #E51ED8;
}
.TagClassName
{
border-color: #E51ED8;
}
</style>