Shades of Deep Cerise #E1298E
Tints of Deep Cerise #E1298E
RGB
CMYK
RGB Variations
Color information
#E1298E (or 0xE1298E) is known color: Deep Cerise. HEX triplet: E1, 29 and 8E. RGB value is (225,41,142). Sum of RGB (Red+Green+Blue) = 225+41+142=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E1298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1298E is #1ED671. Grayscale: #6B6B6B. Windows color (decimal): -2020978 or 9316833. OLE color: 9316833.
HSL color Cylindrical-coordinate representation of color #E1298E: hue angle of 327.07º degrees, saturation: 0.75, 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 #E1298E is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 142 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.12 |
| HSL | 327.07º | 0.75% | 0.52% | - |
| HSV(B) | 327.07º | 0.82% | 0.88% | - |
| XYZ | 36.73 | 19.55 | 27.43 | - |
| YUV | 107.53 | 147.46 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 142 | 0 | 0.82 | 0.37 | 0.12 | 327.07 | 0.75 | 0.52 |
| Hex | E1 | 29 | 8E | 0 | 52 | 25 | C | 147 | 4B | 34 |
| Octal | 341 | 51 | 216 | 0 | 122 | 45 | 14 | 507 | 113 | 64 |
| Binary | 11100001 | 101001 | 10001110 | 0 | 1010010 | 100101 | 1100 | 101000111 | 1001011 | 110100 |
Color Harmonies of #E1298E
Complementary color
Monochromatic Colors of #E1298E
Black with #E1298E
Text Example
Text Example
White with #E1298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1298E; }
p { color: rgb(225,41,142); }
H1.HeaderClassName
{
color: #E1298E;
}
.AnyTagClassName
{
color: #E1298E;
}
</style>
background-color css
<style>
a { background-color: #E1298E; }
a { background-color: rgb(225,41,142); }
div.DivClassName
{
background-color: #E1298E;
}
.BgClassName
{
background-color: #E1298E;
}
</style>
border-color css
<style>
span { border-color: #E1298E; }
span { border-color: rgb(225,41,142); }
td.TdClassName
{
border-color: #E1298E;
}
.TagClassName
{
border-color: #E1298E;
}
</style>