Shades of Razzle Dazzle Rose #E51DDA
Tints of Razzle Dazzle Rose #E51DDA
RGB
CMYK
RGB Variations
Color information
#E51DDA (or 0xE51DDA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1D and DA. RGB value is (229,29,218). Sum of RGB (Red+Green+Blue) = 229+29+218=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51DDA is #1AE225. Grayscale: #6D6D6D. Windows color (decimal): -1761830 or 14294501. OLE color: 14294501.
HSL color Cylindrical-coordinate representation of color #E51DDA: hue angle of 303.3º 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 #E51DDA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 218 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.10 |
| HSL | 303.3º | 0.79% | 0.51% | - |
| HSV(B) | 303.3º | 0.87% | 0.9% | - |
| XYZ | 45.41 | 22.6 | 68.3 | - |
| YUV | 110.35 | 188.76 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 218 | 0 | 0.87 | 0.05 | 0.10 | 303.3 | 0.79 | 0.51 |
| Hex | E5 | 1D | DA | 0 | 57 | 5 | A | 12F | 4F | 33 |
| Octal | 345 | 35 | 332 | 0 | 127 | 5 | 12 | 457 | 117 | 63 |
| Binary | 11100101 | 11101 | 11011010 | 0 | 1010111 | 101 | 1010 | 100101111 | 1001111 | 110011 |
Color Harmonies of #E51DDA
Complementary color
Monochromatic Colors of #E51DDA
Black with #E51DDA
Text Example
Text Example
White with #E51DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51DDA; }
p { color: rgb(229,29,218); }
H1.HeaderClassName
{
color: #E51DDA;
}
.AnyTagClassName
{
color: #E51DDA;
}
</style>
background-color css
<style>
a { background-color: #E51DDA; }
a { background-color: rgb(229,29,218); }
div.DivClassName
{
background-color: #E51DDA;
}
.BgClassName
{
background-color: #E51DDA;
}
</style>
border-color css
<style>
span { border-color: #E51DDA; }
span { border-color: rgb(229,29,218); }
td.TdClassName
{
border-color: #E51DDA;
}
.TagClassName
{
border-color: #E51DDA;
}
</style>