Shades of Deep Cerise #E1338E
Tints of Deep Cerise #E1338E
RGB
CMYK
RGB Variations
Color information
#E1338E (or 0xE1338E) is known color: Deep Cerise. HEX triplet: E1, 33 and 8E. RGB value is (225,51,142). Sum of RGB (Red+Green+Blue) = 225+51+142=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1338E is #1ECC71. Grayscale: #717171. Windows color (decimal): -2018418 or 9319393. OLE color: 9319393.
HSL color Cylindrical-coordinate representation of color #E1338E: hue angle of 328.62º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1338E is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 142 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.12 |
| HSL | 328.62º | 0.74% | 0.54% | - |
| HSV(B) | 328.62º | 0.77% | 0.88% | - |
| XYZ | 37.12 | 20.33 | 27.56 | - |
| YUV | 113.4 | 144.15 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 142 | 0 | 0.77 | 0.37 | 0.12 | 328.62 | 0.74 | 0.54 |
| Hex | E1 | 33 | 8E | 0 | 4D | 25 | C | 149 | 4A | 36 |
| Octal | 341 | 63 | 216 | 0 | 115 | 45 | 14 | 511 | 112 | 66 |
| Binary | 11100001 | 110011 | 10001110 | 0 | 1001101 | 100101 | 1100 | 101001001 | 1001010 | 110110 |
Color Harmonies of #E1338E
Complementary color
Monochromatic Colors of #E1338E
Black with #E1338E
Text Example
Text Example
White with #E1338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1338E; }
p { color: rgb(225,51,142); }
H1.HeaderClassName
{
color: #E1338E;
}
.AnyTagClassName
{
color: #E1338E;
}
</style>
background-color css
<style>
a { background-color: #E1338E; }
a { background-color: rgb(225,51,142); }
div.DivClassName
{
background-color: #E1338E;
}
.BgClassName
{
background-color: #E1338E;
}
</style>
border-color css
<style>
span { border-color: #E1338E; }
span { border-color: rgb(225,51,142); }
td.TdClassName
{
border-color: #E1338E;
}
.TagClassName
{
border-color: #E1338E;
}
</style>