Shades of Deep Cerise #E1388A
Tints of Deep Cerise #E1388A
RGB
CMYK
RGB Variations
Color information
#E1388A (or 0xE1388A) is known color: Deep Cerise. HEX triplet: E1, 38 and 8A. RGB value is (225,56,138). Sum of RGB (Red+Green+Blue) = 225+56+138=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1388A is #1EC775. Grayscale: #737373. Windows color (decimal): -2017142 or 9058529. OLE color: 9058529.
HSL color Cylindrical-coordinate representation of color #E1388A: hue angle of 330.89º 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 #E1388A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 138 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.12 |
| HSL | 330.89º | 0.74% | 0.55% | - |
| HSV(B) | 330.89º | 0.75% | 0.88% | - |
| XYZ | 37.05 | 20.67 | 26.08 | - |
| YUV | 115.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 138 | 0 | 0.75 | 0.39 | 0.12 | 330.89 | 0.74 | 0.55 |
| Hex | E1 | 38 | 8A | 0 | 4B | 27 | C | 14B | 4A | 37 |
| Octal | 341 | 70 | 212 | 0 | 113 | 47 | 14 | 513 | 112 | 67 |
| Binary | 11100001 | 111000 | 10001010 | 0 | 1001011 | 100111 | 1100 | 101001011 | 1001010 | 110111 |
Color Harmonies of #E1388A
Complementary color
Monochromatic Colors of #E1388A
Black with #E1388A
Text Example
Text Example
White with #E1388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1388A; }
p { color: rgb(225,56,138); }
H1.HeaderClassName
{
color: #E1388A;
}
.AnyTagClassName
{
color: #E1388A;
}
</style>
background-color css
<style>
a { background-color: #E1388A; }
a { background-color: rgb(225,56,138); }
div.DivClassName
{
background-color: #E1388A;
}
.BgClassName
{
background-color: #E1388A;
}
</style>
border-color css
<style>
span { border-color: #E1388A; }
span { border-color: rgb(225,56,138); }
td.TdClassName
{
border-color: #E1388A;
}
.TagClassName
{
border-color: #E1388A;
}
</style>