Shades of Deep Cerise #E5287F
Tints of Deep Cerise #E5287F
RGB
CMYK
RGB Variations
Color information
#E5287F (or 0xE5287F) is known color: Deep Cerise. HEX triplet: E5, 28 and 7F. RGB value is (229,40,127). Sum of RGB (Red+Green+Blue) = 229+40+127=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E5287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5287F is #1AD780. Grayscale: #6A6A6A. Windows color (decimal): -1759105 or 8333541. OLE color: 8333541.
HSL color Cylindrical-coordinate representation of color #E5287F: hue angle of 332.38º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5287F is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 127 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.10 |
| HSL | 332.38º | 0.78% | 0.53% | - |
| HSV(B) | 332.38º | 0.83% | 0.9% | - |
| XYZ | 36.9 | 19.71 | 21.94 | - |
| YUV | 106.43 | 139.62 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 127 | 0 | 0.83 | 0.45 | 0.10 | 332.38 | 0.78 | 0.53 |
| Hex | E5 | 28 | 7F | 0 | 53 | 2D | A | 14C | 4E | 35 |
| Octal | 345 | 50 | 177 | 0 | 123 | 55 | 12 | 514 | 116 | 65 |
| Binary | 11100101 | 101000 | 1111111 | 0 | 1010011 | 101101 | 1010 | 101001100 | 1001110 | 110101 |
Color Harmonies of #E5287F
Complementary color
Monochromatic Colors of #E5287F
Black with #E5287F
Text Example
Text Example
White with #E5287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5287F; }
p { color: rgb(229,40,127); }
H1.HeaderClassName
{
color: #E5287F;
}
.AnyTagClassName
{
color: #E5287F;
}
</style>
background-color css
<style>
a { background-color: #E5287F; }
a { background-color: rgb(229,40,127); }
div.DivClassName
{
background-color: #E5287F;
}
.BgClassName
{
background-color: #E5287F;
}
</style>
border-color css
<style>
span { border-color: #E5287F; }
span { border-color: rgb(229,40,127); }
td.TdClassName
{
border-color: #E5287F;
}
.TagClassName
{
border-color: #E5287F;
}
</style>