Shades of Deep Cerise #E1287F
Tints of Deep Cerise #E1287F
RGB
CMYK
RGB Variations
Color information
#E1287F (or 0xE1287F) is known color: Deep Cerise. HEX triplet: E1, 28 and 7F. RGB value is (225,40,127). Sum of RGB (Red+Green+Blue) = 225+40+127=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E1287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1287F is #1ED780. Grayscale: #696969. Windows color (decimal): -2021249 or 8333537. OLE color: 8333537.
HSL color Cylindrical-coordinate representation of color #E1287F: hue angle of 331.78º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1287F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 127 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.12 |
| HSL | 331.78º | 0.76% | 0.52% | - |
| HSV(B) | 331.78º | 0.82% | 0.88% | - |
| XYZ | 35.64 | 19.06 | 21.88 | - |
| YUV | 105.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 127 | 0 | 0.82 | 0.44 | 0.12 | 331.78 | 0.76 | 0.52 |
| Hex | E1 | 28 | 7F | 0 | 52 | 2C | C | 14C | 4C | 34 |
| Octal | 341 | 50 | 177 | 0 | 122 | 54 | 14 | 514 | 114 | 64 |
| Binary | 11100001 | 101000 | 1111111 | 0 | 1010010 | 101100 | 1100 | 101001100 | 1001100 | 110100 |
Color Harmonies of #E1287F
Complementary color
Monochromatic Colors of #E1287F
Black with #E1287F
Text Example
Text Example
White with #E1287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1287F; }
p { color: rgb(225,40,127); }
H1.HeaderClassName
{
color: #E1287F;
}
.AnyTagClassName
{
color: #E1287F;
}
</style>
background-color css
<style>
a { background-color: #E1287F; }
a { background-color: rgb(225,40,127); }
div.DivClassName
{
background-color: #E1287F;
}
.BgClassName
{
background-color: #E1287F;
}
</style>
border-color css
<style>
span { border-color: #E1287F; }
span { border-color: rgb(225,40,127); }
td.TdClassName
{
border-color: #E1287F;
}
.TagClassName
{
border-color: #E1287F;
}
</style>