Shades of Cerise #E1396D
Tints of Cerise #E1396D
RGB
CMYK
RGB Variations
Color information
#E1396D (or 0xE1396D) is known color: Cerise. HEX triplet: E1, 39 and 6D. RGB value is (225,57,109). Sum of RGB (Red+Green+Blue) = 225+57+109=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E1396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1396D is #1EC692. Grayscale: #717171. Windows color (decimal): -2016915 or 7158241. OLE color: 7158241.
HSL color Cylindrical-coordinate representation of color #E1396D: hue angle of 341.43º 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 #E1396D is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 109 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.12 |
| HSL | 341.43º | 0.74% | 0.55% | - |
| HSV(B) | 341.43º | 0.75% | 0.88% | - |
| XYZ | 35.27 | 20.04 | 16.48 | - |
| YUV | 113.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 109 | 0 | 0.75 | 0.52 | 0.12 | 341.43 | 0.74 | 0.55 |
| Hex | E1 | 39 | 6D | 0 | 4B | 34 | C | 155 | 4A | 37 |
| Octal | 341 | 71 | 155 | 0 | 113 | 64 | 14 | 525 | 112 | 67 |
| Binary | 11100001 | 111001 | 1101101 | 0 | 1001011 | 110100 | 1100 | 101010101 | 1001010 | 110111 |
Color Harmonies of #E1396D
Complementary color
Monochromatic Colors of #E1396D
Black with #E1396D
Text Example
Text Example
White with #E1396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1396D; }
p { color: rgb(225,57,109); }
H1.HeaderClassName
{
color: #E1396D;
}
.AnyTagClassName
{
color: #E1396D;
}
</style>
background-color css
<style>
a { background-color: #E1396D; }
a { background-color: rgb(225,57,109); }
div.DivClassName
{
background-color: #E1396D;
}
.BgClassName
{
background-color: #E1396D;
}
</style>
border-color css
<style>
span { border-color: #E1396D; }
span { border-color: rgb(225,57,109); }
td.TdClassName
{
border-color: #E1396D;
}
.TagClassName
{
border-color: #E1396D;
}
</style>