Shades of Razzle Dazzle Rose #E51FDC
Tints of Razzle Dazzle Rose #E51FDC
RGB
CMYK
RGB Variations
Color information
#E51FDC (or 0xE51FDC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1F and DC. RGB value is (229,31,220). Sum of RGB (Red+Green+Blue) = 229+31+220=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51FDC is #1AE023. Grayscale: #6F6F6F. Windows color (decimal): -1761316 or 14426085. OLE color: 14426085.
HSL color Cylindrical-coordinate representation of color #E51FDC: hue angle of 302.73º 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 #E51FDC is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 220 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.10 |
| HSL | 302.73º | 0.79% | 0.51% | - |
| HSV(B) | 302.73º | 0.86% | 0.9% | - |
| XYZ | 45.72 | 22.81 | 69.7 | - |
| YUV | 111.75 | 189.1 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 220 | 0 | 0.86 | 0.04 | 0.10 | 302.73 | 0.79 | 0.51 |
| Hex | E5 | 1F | DC | 0 | 56 | 4 | A | 12F | 4F | 33 |
| Octal | 345 | 37 | 334 | 0 | 126 | 4 | 12 | 457 | 117 | 63 |
| Binary | 11100101 | 11111 | 11011100 | 0 | 1010110 | 100 | 1010 | 100101111 | 1001111 | 110011 |
Color Harmonies of #E51FDC
Complementary color
Monochromatic Colors of #E51FDC
Black with #E51FDC
Text Example
Text Example
White with #E51FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FDC; }
p { color: rgb(229,31,220); }
H1.HeaderClassName
{
color: #E51FDC;
}
.AnyTagClassName
{
color: #E51FDC;
}
</style>
background-color css
<style>
a { background-color: #E51FDC; }
a { background-color: rgb(229,31,220); }
div.DivClassName
{
background-color: #E51FDC;
}
.BgClassName
{
background-color: #E51FDC;
}
</style>
border-color css
<style>
span { border-color: #E51FDC; }
span { border-color: rgb(229,31,220); }
td.TdClassName
{
border-color: #E51FDC;
}
.TagClassName
{
border-color: #E51FDC;
}
</style>