Shades of Razzle Dazzle Rose #E51EE1
Tints of Razzle Dazzle Rose #E51EE1
RGB
CMYK
RGB Variations
Color information
#E51EE1 (or 0xE51EE1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1E and E1. RGB value is (229,30,225). Sum of RGB (Red+Green+Blue) = 229+30+225=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EE1 is #1AE11E. Grayscale: #6F6F6F. Windows color (decimal): -1761567 or 14753509. OLE color: 14753509.
HSL color Cylindrical-coordinate representation of color #E51EE1: hue angle of 301.21º 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 #E51EE1 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 225 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.10 |
| HSL | 301.21º | 0.79% | 0.51% | - |
| HSV(B) | 301.21º | 0.87% | 0.9% | - |
| XYZ | 46.37 | 23.02 | 73.23 | - |
| YUV | 111.73 | 191.93 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 225 | 0 | 0.87 | 0.02 | 0.10 | 301.21 | 0.79 | 0.51 |
| Hex | E5 | 1E | E1 | 0 | 57 | 2 | A | 12D | 4F | 33 |
| Octal | 345 | 36 | 341 | 0 | 127 | 2 | 12 | 455 | 117 | 63 |
| Binary | 11100101 | 11110 | 11100001 | 0 | 1010111 | 10 | 1010 | 100101101 | 1001111 | 110011 |
Color Harmonies of #E51EE1
Complementary color
Monochromatic Colors of #E51EE1
Black with #E51EE1
Text Example
Text Example
White with #E51EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EE1; }
p { color: rgb(229,30,225); }
H1.HeaderClassName
{
color: #E51EE1;
}
.AnyTagClassName
{
color: #E51EE1;
}
</style>
background-color css
<style>
a { background-color: #E51EE1; }
a { background-color: rgb(229,30,225); }
div.DivClassName
{
background-color: #E51EE1;
}
.BgClassName
{
background-color: #E51EE1;
}
</style>
border-color css
<style>
span { border-color: #E51EE1; }
span { border-color: rgb(229,30,225); }
td.TdClassName
{
border-color: #E51EE1;
}
.TagClassName
{
border-color: #E51EE1;
}
</style>