Shades of Deep Cerise #E1388E
Tints of Deep Cerise #E1388E
RGB
CMYK
RGB Variations
Color information
#E1388E (or 0xE1388E) is known color: Deep Cerise. HEX triplet: E1, 38 and 8E. RGB value is (225,56,142). Sum of RGB (Red+Green+Blue) = 225+56+142=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1388E is #1EC771. Grayscale: #747474. Windows color (decimal): -2017138 or 9320673. OLE color: 9320673.
HSL color Cylindrical-coordinate representation of color #E1388E: hue angle of 329.47º 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 #E1388E is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 142 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.12 |
| HSL | 329.47º | 0.74% | 0.55% | - |
| HSV(B) | 329.47º | 0.75% | 0.88% | - |
| XYZ | 37.35 | 20.79 | 27.64 | - |
| YUV | 116.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 142 | 0 | 0.75 | 0.37 | 0.12 | 329.47 | 0.74 | 0.55 |
| Hex | E1 | 38 | 8E | 0 | 4B | 25 | C | 149 | 4A | 37 |
| Octal | 341 | 70 | 216 | 0 | 113 | 45 | 14 | 511 | 112 | 67 |
| Binary | 11100001 | 111000 | 10001110 | 0 | 1001011 | 100101 | 1100 | 101001001 | 1001010 | 110111 |
Color Harmonies of #E1388E
Complementary color
Monochromatic Colors of #E1388E
Black with #E1388E
Text Example
Text Example
White with #E1388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1388E; }
p { color: rgb(225,56,142); }
H1.HeaderClassName
{
color: #E1388E;
}
.AnyTagClassName
{
color: #E1388E;
}
</style>
background-color css
<style>
a { background-color: #E1388E; }
a { background-color: rgb(225,56,142); }
div.DivClassName
{
background-color: #E1388E;
}
.BgClassName
{
background-color: #E1388E;
}
</style>
border-color css
<style>
span { border-color: #E1388E; }
span { border-color: rgb(225,56,142); }
td.TdClassName
{
border-color: #E1388E;
}
.TagClassName
{
border-color: #E1388E;
}
</style>