Shades of Cerise #E1396A
Tints of Cerise #E1396A
RGB
CMYK
RGB Variations
Color information
#E1396A (or 0xE1396A) is known color: Cerise. HEX triplet: E1, 39 and 6A. RGB value is (225,57,106). Sum of RGB (Red+Green+Blue) = 225+57+106=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1396A is #1EC695. Grayscale: #707070. Windows color (decimal): -2016918 or 6961633. OLE color: 6961633.
HSL color Cylindrical-coordinate representation of color #E1396A: hue angle of 342.5º 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 #E1396A is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 106 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.12 |
| HSL | 342.5º | 0.74% | 0.55% | - |
| HSV(B) | 342.5º | 0.75% | 0.88% | - |
| XYZ | 35.12 | 19.97 | 15.64 | - |
| YUV | 112.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 106 | 0 | 0.75 | 0.53 | 0.12 | 342.5 | 0.74 | 0.55 |
| Hex | E1 | 39 | 6A | 0 | 4B | 35 | C | 156 | 4A | 37 |
| Octal | 341 | 71 | 152 | 0 | 113 | 65 | 14 | 526 | 112 | 67 |
| Binary | 11100001 | 111001 | 1101010 | 0 | 1001011 | 110101 | 1100 | 101010110 | 1001010 | 110111 |
Color Harmonies of #E1396A
Complementary color
Monochromatic Colors of #E1396A
Black with #E1396A
Text Example
Text Example
White with #E1396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1396A; }
p { color: rgb(225,57,106); }
H1.HeaderClassName
{
color: #E1396A;
}
.AnyTagClassName
{
color: #E1396A;
}
</style>
background-color css
<style>
a { background-color: #E1396A; }
a { background-color: rgb(225,57,106); }
div.DivClassName
{
background-color: #E1396A;
}
.BgClassName
{
background-color: #E1396A;
}
</style>
border-color css
<style>
span { border-color: #E1396A; }
span { border-color: rgb(225,57,106); }
td.TdClassName
{
border-color: #E1396A;
}
.TagClassName
{
border-color: #E1396A;
}
</style>