Shades of Razzle Dazzle Rose #E51ED7
Tints of Razzle Dazzle Rose #E51ED7
RGB
CMYK
RGB Variations
Color information
#E51ED7 (or 0xE51ED7) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1E and D7. RGB value is (229,30,215). Sum of RGB (Red+Green+Blue) = 229+30+215=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ED7 is #1AE128. Grayscale: #6E6E6E. Windows color (decimal): -1761577 or 14098149. OLE color: 14098149.
HSL color Cylindrical-coordinate representation of color #E51ED7: hue angle of 304.22º 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 #E51ED7 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 215 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.10 |
| HSL | 304.22º | 0.79% | 0.51% | - |
| HSV(B) | 304.22º | 0.87% | 0.9% | - |
| XYZ | 45.04 | 22.49 | 66.26 | - |
| YUV | 110.59 | 186.93 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 215 | 0 | 0.87 | 0.06 | 0.10 | 304.22 | 0.79 | 0.51 |
| Hex | E5 | 1E | D7 | 0 | 57 | 6 | A | 130 | 4F | 33 |
| Octal | 345 | 36 | 327 | 0 | 127 | 6 | 12 | 460 | 117 | 63 |
| Binary | 11100101 | 11110 | 11010111 | 0 | 1010111 | 110 | 1010 | 100110000 | 1001111 | 110011 |
Color Harmonies of #E51ED7
Complementary color
Monochromatic Colors of #E51ED7
Black with #E51ED7
Text Example
Text Example
White with #E51ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ED7; }
p { color: rgb(229,30,215); }
H1.HeaderClassName
{
color: #E51ED7;
}
.AnyTagClassName
{
color: #E51ED7;
}
</style>
background-color css
<style>
a { background-color: #E51ED7; }
a { background-color: rgb(229,30,215); }
div.DivClassName
{
background-color: #E51ED7;
}
.BgClassName
{
background-color: #E51ED7;
}
</style>
border-color css
<style>
span { border-color: #E51ED7; }
span { border-color: rgb(229,30,215); }
td.TdClassName
{
border-color: #E51ED7;
}
.TagClassName
{
border-color: #E51ED7;
}
</style>