Shades of Razzle Dazzle Rose #E51EDA
Tints of Razzle Dazzle Rose #E51EDA
RGB
CMYK
RGB Variations
Color information
#E51EDA (or 0xE51EDA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1E and DA. RGB value is (229,30,218). Sum of RGB (Red+Green+Blue) = 229+30+218=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EDA is #1AE125. Grayscale: #6E6E6E. Windows color (decimal): -1761574 or 14294757. OLE color: 14294757.
HSL color Cylindrical-coordinate representation of color #E51EDA: hue angle of 303.32º 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 #E51EDA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 218 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.10 |
| HSL | 303.32º | 0.79% | 0.51% | - |
| HSV(B) | 303.32º | 0.87% | 0.9% | - |
| XYZ | 45.43 | 22.65 | 68.31 | - |
| YUV | 110.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 218 | 0 | 0.87 | 0.05 | 0.10 | 303.32 | 0.79 | 0.51 |
| Hex | E5 | 1E | DA | 0 | 57 | 5 | A | 12F | 4F | 33 |
| Octal | 345 | 36 | 332 | 0 | 127 | 5 | 12 | 457 | 117 | 63 |
| Binary | 11100101 | 11110 | 11011010 | 0 | 1010111 | 101 | 1010 | 100101111 | 1001111 | 110011 |
Color Harmonies of #E51EDA
Complementary color
Monochromatic Colors of #E51EDA
Black with #E51EDA
Text Example
Text Example
White with #E51EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EDA; }
p { color: rgb(229,30,218); }
H1.HeaderClassName
{
color: #E51EDA;
}
.AnyTagClassName
{
color: #E51EDA;
}
</style>
background-color css
<style>
a { background-color: #E51EDA; }
a { background-color: rgb(229,30,218); }
div.DivClassName
{
background-color: #E51EDA;
}
.BgClassName
{
background-color: #E51EDA;
}
</style>
border-color css
<style>
span { border-color: #E51EDA; }
span { border-color: rgb(229,30,218); }
td.TdClassName
{
border-color: #E51EDA;
}
.TagClassName
{
border-color: #E51EDA;
}
</style>