Shades of Deep Cerise #E1288B
Tints of Deep Cerise #E1288B
RGB
CMYK
RGB Variations
Color information
#E1288B (or 0xE1288B) is known color: Deep Cerise. HEX triplet: E1, 28 and 8B. RGB value is (225,40,139). Sum of RGB (Red+Green+Blue) = 225+40+139=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1288B is #1ED774. Grayscale: #6A6A6A. Windows color (decimal): -2021237 or 9119969. OLE color: 9119969.
HSL color Cylindrical-coordinate representation of color #E1288B: hue angle of 327.89º 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 #E1288B is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 139 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.12 |
| HSL | 327.89º | 0.76% | 0.52% | - |
| HSV(B) | 327.89º | 0.82% | 0.88% | - |
| XYZ | 36.47 | 19.39 | 26.25 | - |
| YUV | 106.6 | 146.29 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 139 | 0 | 0.82 | 0.38 | 0.12 | 327.89 | 0.76 | 0.52 |
| Hex | E1 | 28 | 8B | 0 | 52 | 26 | C | 148 | 4C | 34 |
| Octal | 341 | 50 | 213 | 0 | 122 | 46 | 14 | 510 | 114 | 64 |
| Binary | 11100001 | 101000 | 10001011 | 0 | 1010010 | 100110 | 1100 | 101001000 | 1001100 | 110100 |
Color Harmonies of #E1288B
Complementary color
Monochromatic Colors of #E1288B
Black with #E1288B
Text Example
Text Example
White with #E1288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1288B; }
p { color: rgb(225,40,139); }
H1.HeaderClassName
{
color: #E1288B;
}
.AnyTagClassName
{
color: #E1288B;
}
</style>
background-color css
<style>
a { background-color: #E1288B; }
a { background-color: rgb(225,40,139); }
div.DivClassName
{
background-color: #E1288B;
}
.BgClassName
{
background-color: #E1288B;
}
</style>
border-color css
<style>
span { border-color: #E1288B; }
span { border-color: rgb(225,40,139); }
td.TdClassName
{
border-color: #E1288B;
}
.TagClassName
{
border-color: #E1288B;
}
</style>