Shades of Deep Cerise #E1388D
Tints of Deep Cerise #E1388D
RGB
CMYK
RGB Variations
Color information
#E1388D (or 0xE1388D) is known color: Deep Cerise. HEX triplet: E1, 38 and 8D. RGB value is (225,56,141). Sum of RGB (Red+Green+Blue) = 225+56+141=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1388D is #1EC772. Grayscale: #747474. Windows color (decimal): -2017139 or 9255137. OLE color: 9255137.
HSL color Cylindrical-coordinate representation of color #E1388D: hue angle of 329.82º 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 #E1388D is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 141 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.12 |
| HSL | 329.82º | 0.74% | 0.55% | - |
| HSV(B) | 329.82º | 0.75% | 0.88% | - |
| XYZ | 37.27 | 20.76 | 27.24 | - |
| YUV | 116.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 141 | 0 | 0.75 | 0.37 | 0.12 | 329.82 | 0.74 | 0.55 |
| Hex | E1 | 38 | 8D | 0 | 4B | 25 | C | 14A | 4A | 37 |
| Octal | 341 | 70 | 215 | 0 | 113 | 45 | 14 | 512 | 112 | 67 |
| Binary | 11100001 | 111000 | 10001101 | 0 | 1001011 | 100101 | 1100 | 101001010 | 1001010 | 110111 |
Color Harmonies of #E1388D
Complementary color
Monochromatic Colors of #E1388D
Black with #E1388D
Text Example
Text Example
White with #E1388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1388D; }
p { color: rgb(225,56,141); }
H1.HeaderClassName
{
color: #E1388D;
}
.AnyTagClassName
{
color: #E1388D;
}
</style>
background-color css
<style>
a { background-color: #E1388D; }
a { background-color: rgb(225,56,141); }
div.DivClassName
{
background-color: #E1388D;
}
.BgClassName
{
background-color: #E1388D;
}
</style>
border-color css
<style>
span { border-color: #E1388D; }
span { border-color: rgb(225,56,141); }
td.TdClassName
{
border-color: #E1388D;
}
.TagClassName
{
border-color: #E1388D;
}
</style>