Shades of Deep Cerise #E51F90
Tints of Deep Cerise #E51F90
RGB
CMYK
RGB Variations
Color information
#E51F90 (or 0xE51F90) is known color: Deep Cerise. HEX triplet: E5, 1F and 90. RGB value is (229,31,144). Sum of RGB (Red+Green+Blue) = 229+31+144=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51F90 is #1AE06F. Grayscale: #666666. Windows color (decimal): -1761392 or 9445349. OLE color: 9445349.
HSL color Cylindrical-coordinate representation of color #E51F90: hue angle of 325.76º 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 #E51F90 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 144 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.10 |
| HSL | 325.76º | 0.79% | 0.51% | - |
| HSV(B) | 325.76º | 0.86% | 0.9% | - |
| XYZ | 37.84 | 19.65 | 28.18 | - |
| YUV | 103.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 144 | 0 | 0.86 | 0.37 | 0.10 | 325.76 | 0.79 | 0.51 |
| Hex | E5 | 1F | 90 | 0 | 56 | 25 | A | 146 | 4F | 33 |
| Octal | 345 | 37 | 220 | 0 | 126 | 45 | 12 | 506 | 117 | 63 |
| Binary | 11100101 | 11111 | 10010000 | 0 | 1010110 | 100101 | 1010 | 101000110 | 1001111 | 110011 |
Color Harmonies of #E51F90
Complementary color
Monochromatic Colors of #E51F90
Black with #E51F90
Text Example
Text Example
White with #E51F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F90; }
p { color: rgb(229,31,144); }
H1.HeaderClassName
{
color: #E51F90;
}
.AnyTagClassName
{
color: #E51F90;
}
</style>
background-color css
<style>
a { background-color: #E51F90; }
a { background-color: rgb(229,31,144); }
div.DivClassName
{
background-color: #E51F90;
}
.BgClassName
{
background-color: #E51F90;
}
</style>
border-color css
<style>
span { border-color: #E51F90; }
span { border-color: rgb(229,31,144); }
td.TdClassName
{
border-color: #E51F90;
}
.TagClassName
{
border-color: #E51F90;
}
</style>