Shades of Deep Cerise #E1418B
Tints of Deep Cerise #E1418B
RGB
CMYK
RGB Variations
Color information
#E1418B (or 0xE1418B) is known color: Deep Cerise. HEX triplet: E1, 41 and 8B. RGB value is (225,65,139). Sum of RGB (Red+Green+Blue) = 225+65+139=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1418B is #1EBE74. Grayscale: #797979. Windows color (decimal): -2014837 or 9126369. OLE color: 9126369.
HSL color Cylindrical-coordinate representation of color #E1418B: hue angle of 332.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1418B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 139 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.12 |
| HSL | 332.25º | 0.73% | 0.57% | - |
| HSV(B) | 332.25º | 0.71% | 0.88% | - |
| XYZ | 37.6 | 21.65 | 26.62 | - |
| YUV | 121.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 139 | 0 | 0.71 | 0.38 | 0.12 | 332.25 | 0.73 | 0.57 |
| Hex | E1 | 41 | 8B | 0 | 47 | 26 | C | 14C | 49 | 39 |
| Octal | 341 | 101 | 213 | 0 | 107 | 46 | 14 | 514 | 111 | 71 |
| Binary | 11100001 | 1000001 | 10001011 | 0 | 1000111 | 100110 | 1100 | 101001100 | 1001001 | 111001 |
Color Harmonies of #E1418B
Complementary color
Monochromatic Colors of #E1418B
Black with #E1418B
Text Example
Text Example
White with #E1418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1418B; }
p { color: rgb(225,65,139); }
H1.HeaderClassName
{
color: #E1418B;
}
.AnyTagClassName
{
color: #E1418B;
}
</style>
background-color css
<style>
a { background-color: #E1418B; }
a { background-color: rgb(225,65,139); }
div.DivClassName
{
background-color: #E1418B;
}
.BgClassName
{
background-color: #E1418B;
}
</style>
border-color css
<style>
span { border-color: #E1418B; }
span { border-color: rgb(225,65,139); }
td.TdClassName
{
border-color: #E1418B;
}
.TagClassName
{
border-color: #E1418B;
}
</style>