Shades of Deep Cerise #E51F7E
Tints of Deep Cerise #E51F7E
RGB
CMYK
RGB Variations
Color information
#E51F7E (or 0xE51F7E) is known color: Deep Cerise. HEX triplet: E5, 1F and 7E. RGB value is (229,31,126). Sum of RGB (Red+Green+Blue) = 229+31+126=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51F7E is #1AE081. Grayscale: #646464. Windows color (decimal): -1761410 or 8265701. OLE color: 8265701.
HSL color Cylindrical-coordinate representation of color #E51F7E: hue angle of 331.21º 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 #E51F7E is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 126 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.10 |
| HSL | 331.21º | 0.79% | 0.51% | - |
| HSV(B) | 331.21º | 0.86% | 0.9% | - |
| XYZ | 36.57 | 19.14 | 21.51 | - |
| YUV | 101.03 | 142.1 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 126 | 0 | 0.86 | 0.45 | 0.10 | 331.21 | 0.79 | 0.51 |
| Hex | E5 | 1F | 7E | 0 | 56 | 2D | A | 14B | 4F | 33 |
| Octal | 345 | 37 | 176 | 0 | 126 | 55 | 12 | 513 | 117 | 63 |
| Binary | 11100101 | 11111 | 1111110 | 0 | 1010110 | 101101 | 1010 | 101001011 | 1001111 | 110011 |
Color Harmonies of #E51F7E
Complementary color
Monochromatic Colors of #E51F7E
Black with #E51F7E
Text Example
Text Example
White with #E51F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F7E; }
p { color: rgb(229,31,126); }
H1.HeaderClassName
{
color: #E51F7E;
}
.AnyTagClassName
{
color: #E51F7E;
}
</style>
background-color css
<style>
a { background-color: #E51F7E; }
a { background-color: rgb(229,31,126); }
div.DivClassName
{
background-color: #E51F7E;
}
.BgClassName
{
background-color: #E51F7E;
}
</style>
border-color css
<style>
span { border-color: #E51F7E; }
span { border-color: rgb(229,31,126); }
td.TdClassName
{
border-color: #E51F7E;
}
.TagClassName
{
border-color: #E51F7E;
}
</style>