Shades of Deep Cerise #E1387A
Tints of Deep Cerise #E1387A
RGB
CMYK
RGB Variations
Color information
#E1387A (or 0xE1387A) is known color: Deep Cerise. HEX triplet: E1, 38 and 7A. RGB value is (225,56,122). Sum of RGB (Red+Green+Blue) = 225+56+122=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1387A is #1EC785. Grayscale: #717171. Windows color (decimal): -2017158 or 8009953. OLE color: 8009953.
HSL color Cylindrical-coordinate representation of color #E1387A: hue angle of 336.57º 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 #E1387A is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 122 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.12 |
| HSL | 336.57º | 0.74% | 0.55% | - |
| HSV(B) | 336.57º | 0.75% | 0.88% | - |
| XYZ | 35.98 | 20.24 | 20.42 | - |
| YUV | 114.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 122 | 0 | 0.75 | 0.46 | 0.12 | 336.57 | 0.74 | 0.55 |
| Hex | E1 | 38 | 7A | 0 | 4B | 2E | C | 151 | 4A | 37 |
| Octal | 341 | 70 | 172 | 0 | 113 | 56 | 14 | 521 | 112 | 67 |
| Binary | 11100001 | 111000 | 1111010 | 0 | 1001011 | 101110 | 1100 | 101010001 | 1001010 | 110111 |
Color Harmonies of #E1387A
Complementary color
Monochromatic Colors of #E1387A
Black with #E1387A
Text Example
Text Example
White with #E1387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1387A; }
p { color: rgb(225,56,122); }
H1.HeaderClassName
{
color: #E1387A;
}
.AnyTagClassName
{
color: #E1387A;
}
</style>
background-color css
<style>
a { background-color: #E1387A; }
a { background-color: rgb(225,56,122); }
div.DivClassName
{
background-color: #E1387A;
}
.BgClassName
{
background-color: #E1387A;
}
</style>
border-color css
<style>
span { border-color: #E1387A; }
span { border-color: rgb(225,56,122); }
td.TdClassName
{
border-color: #E1387A;
}
.TagClassName
{
border-color: #E1387A;
}
</style>