Shades of Deep Cerise #E1287B
Tints of Deep Cerise #E1287B
RGB
CMYK
RGB Variations
Color information
#E1287B (or 0xE1287B) is known color: Deep Cerise. HEX triplet: E1, 28 and 7B. RGB value is (225,40,123). Sum of RGB (Red+Green+Blue) = 225+40+123=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1287B is #1ED784. Grayscale: #686868. Windows color (decimal): -2021253 or 8071393. OLE color: 8071393.
HSL color Cylindrical-coordinate representation of color #E1287B: hue angle of 333.08º 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 #E1287B is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 123 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.12 |
| HSL | 333.08º | 0.76% | 0.52% | - |
| HSV(B) | 333.08º | 0.82% | 0.88% | - |
| XYZ | 35.39 | 18.96 | 20.53 | - |
| YUV | 104.78 | 138.29 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 123 | 0 | 0.82 | 0.45 | 0.12 | 333.08 | 0.76 | 0.52 |
| Hex | E1 | 28 | 7B | 0 | 52 | 2D | C | 14D | 4C | 34 |
| Octal | 341 | 50 | 173 | 0 | 122 | 55 | 14 | 515 | 114 | 64 |
| Binary | 11100001 | 101000 | 1111011 | 0 | 1010010 | 101101 | 1100 | 101001101 | 1001100 | 110100 |
Color Harmonies of #E1287B
Complementary color
Monochromatic Colors of #E1287B
Black with #E1287B
Text Example
Text Example
White with #E1287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1287B; }
p { color: rgb(225,40,123); }
H1.HeaderClassName
{
color: #E1287B;
}
.AnyTagClassName
{
color: #E1287B;
}
</style>
background-color css
<style>
a { background-color: #E1287B; }
a { background-color: rgb(225,40,123); }
div.DivClassName
{
background-color: #E1287B;
}
.BgClassName
{
background-color: #E1287B;
}
</style>
border-color css
<style>
span { border-color: #E1287B; }
span { border-color: rgb(225,40,123); }
td.TdClassName
{
border-color: #E1287B;
}
.TagClassName
{
border-color: #E1287B;
}
</style>