Shades of Deep Cerise #E1358E
Tints of Deep Cerise #E1358E
RGB
CMYK
RGB Variations
Color information
#E1358E (or 0xE1358E) is known color: Deep Cerise. HEX triplet: E1, 35 and 8E. RGB value is (225,53,142). Sum of RGB (Red+Green+Blue) = 225+53+142=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1358E is #1ECA71. Grayscale: #727272. Windows color (decimal): -2017906 or 9319905. OLE color: 9319905.
HSL color Cylindrical-coordinate representation of color #E1358E: hue angle of 328.95º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1358E is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 142 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.12 |
| HSL | 328.95º | 0.74% | 0.55% | - |
| HSV(B) | 328.95º | 0.76% | 0.88% | - |
| XYZ | 37.21 | 20.51 | 27.59 | - |
| YUV | 114.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 142 | 0 | 0.76 | 0.37 | 0.12 | 328.95 | 0.74 | 0.55 |
| Hex | E1 | 35 | 8E | 0 | 4C | 25 | C | 149 | 4A | 37 |
| Octal | 341 | 65 | 216 | 0 | 114 | 45 | 14 | 511 | 112 | 67 |
| Binary | 11100001 | 110101 | 10001110 | 0 | 1001100 | 100101 | 1100 | 101001001 | 1001010 | 110111 |
Color Harmonies of #E1358E
Complementary color
Monochromatic Colors of #E1358E
Black with #E1358E
Text Example
Text Example
White with #E1358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1358E; }
p { color: rgb(225,53,142); }
H1.HeaderClassName
{
color: #E1358E;
}
.AnyTagClassName
{
color: #E1358E;
}
</style>
background-color css
<style>
a { background-color: #E1358E; }
a { background-color: rgb(225,53,142); }
div.DivClassName
{
background-color: #E1358E;
}
.BgClassName
{
background-color: #E1358E;
}
</style>
border-color css
<style>
span { border-color: #E1358E; }
span { border-color: rgb(225,53,142); }
td.TdClassName
{
border-color: #E1358E;
}
.TagClassName
{
border-color: #E1358E;
}
</style>