Shades of Deep Cerise #E13891
Tints of Deep Cerise #E13891
RGB
CMYK
RGB Variations
Color information
#E13891 (or 0xE13891) is known color: Deep Cerise. HEX triplet: E1, 38 and 91. RGB value is (225,56,145). Sum of RGB (Red+Green+Blue) = 225+56+145=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E13891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13891 is #1EC76E. Grayscale: #747474. Windows color (decimal): -2017135 or 9517281. OLE color: 9517281.
HSL color Cylindrical-coordinate representation of color #E13891: hue angle of 328.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E13891 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 145 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.12 |
| HSL | 328.4º | 0.74% | 0.55% | - |
| HSV(B) | 328.4º | 0.75% | 0.88% | - |
| XYZ | 37.58 | 20.88 | 28.84 | - |
| YUV | 116.68 | 143.99 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 145 | 0 | 0.75 | 0.36 | 0.12 | 328.4 | 0.74 | 0.55 |
| Hex | E1 | 38 | 91 | 0 | 4B | 24 | C | 148 | 4A | 37 |
| Octal | 341 | 70 | 221 | 0 | 113 | 44 | 14 | 510 | 112 | 67 |
| Binary | 11100001 | 111000 | 10010001 | 0 | 1001011 | 100100 | 1100 | 101001000 | 1001010 | 110111 |
Color Harmonies of #E13891
Complementary color
Monochromatic Colors of #E13891
Black with #E13891
Text Example
Text Example
White with #E13891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13891; }
p { color: rgb(225,56,145); }
H1.HeaderClassName
{
color: #E13891;
}
.AnyTagClassName
{
color: #E13891;
}
</style>
background-color css
<style>
a { background-color: #E13891; }
a { background-color: rgb(225,56,145); }
div.DivClassName
{
background-color: #E13891;
}
.BgClassName
{
background-color: #E13891;
}
</style>
border-color css
<style>
span { border-color: #E13891; }
span { border-color: rgb(225,56,145); }
td.TdClassName
{
border-color: #E13891;
}
.TagClassName
{
border-color: #E13891;
}
</style>