Shades of Cerise #E1386D
Tints of Cerise #E1386D
RGB
CMYK
RGB Variations
Color information
#E1386D (or 0xE1386D) is known color: Cerise. HEX triplet: E1, 38 and 6D. RGB value is (225,56,109). Sum of RGB (Red+Green+Blue) = 225+56+109=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1386D is #1EC792. Grayscale: #707070. Windows color (decimal): -2017171 or 7157985. OLE color: 7157985.
HSL color Cylindrical-coordinate representation of color #E1386D: hue angle of 341.18º 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 #E1386D is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 109 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.12 |
| HSL | 341.18º | 0.74% | 0.55% | - |
| HSV(B) | 341.18º | 0.75% | 0.88% | - |
| XYZ | 35.23 | 19.94 | 16.46 | - |
| YUV | 112.57 | 125.99 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 109 | 0 | 0.75 | 0.52 | 0.12 | 341.18 | 0.74 | 0.55 |
| Hex | E1 | 38 | 6D | 0 | 4B | 34 | C | 155 | 4A | 37 |
| Octal | 341 | 70 | 155 | 0 | 113 | 64 | 14 | 525 | 112 | 67 |
| Binary | 11100001 | 111000 | 1101101 | 0 | 1001011 | 110100 | 1100 | 101010101 | 1001010 | 110111 |
Color Harmonies of #E1386D
Complementary color
Monochromatic Colors of #E1386D
Black with #E1386D
Text Example
Text Example
White with #E1386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1386D; }
p { color: rgb(225,56,109); }
H1.HeaderClassName
{
color: #E1386D;
}
.AnyTagClassName
{
color: #E1386D;
}
</style>
background-color css
<style>
a { background-color: #E1386D; }
a { background-color: rgb(225,56,109); }
div.DivClassName
{
background-color: #E1386D;
}
.BgClassName
{
background-color: #E1386D;
}
</style>
border-color css
<style>
span { border-color: #E1386D; }
span { border-color: rgb(225,56,109); }
td.TdClassName
{
border-color: #E1386D;
}
.TagClassName
{
border-color: #E1386D;
}
</style>