Shades of Razzle Dazzle Rose #E51FDA
Tints of Razzle Dazzle Rose #E51FDA
RGB
CMYK
RGB Variations
Color information
#E51FDA (or 0xE51FDA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1F and DA. RGB value is (229,31,218). Sum of RGB (Red+Green+Blue) = 229+31+218=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51FDA is #1AE025. Grayscale: #6E6E6E. Windows color (decimal): -1761318 or 14295013. OLE color: 14295013.
HSL color Cylindrical-coordinate representation of color #E51FDA: hue angle of 303.33º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51FDA is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 218 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.10 |
| HSL | 303.33º | 0.79% | 0.51% | - |
| HSV(B) | 303.33º | 0.86% | 0.9% | - |
| XYZ | 45.46 | 22.7 | 68.32 | - |
| YUV | 111.52 | 188.1 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 218 | 0 | 0.86 | 0.05 | 0.10 | 303.33 | 0.79 | 0.51 |
| Hex | E5 | 1F | DA | 0 | 56 | 5 | A | 12F | 4F | 33 |
| Octal | 345 | 37 | 332 | 0 | 126 | 5 | 12 | 457 | 117 | 63 |
| Binary | 11100101 | 11111 | 11011010 | 0 | 1010110 | 101 | 1010 | 100101111 | 1001111 | 110011 |
Color Harmonies of #E51FDA
Complementary color
Monochromatic Colors of #E51FDA
Black with #E51FDA
Text Example
Text Example
White with #E51FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FDA; }
p { color: rgb(229,31,218); }
H1.HeaderClassName
{
color: #E51FDA;
}
.AnyTagClassName
{
color: #E51FDA;
}
</style>
background-color css
<style>
a { background-color: #E51FDA; }
a { background-color: rgb(229,31,218); }
div.DivClassName
{
background-color: #E51FDA;
}
.BgClassName
{
background-color: #E51FDA;
}
</style>
border-color css
<style>
span { border-color: #E51FDA; }
span { border-color: rgb(229,31,218); }
td.TdClassName
{
border-color: #E51FDA;
}
.TagClassName
{
border-color: #E51FDA;
}
</style>