Shades of Cerise #E1386B
Tints of Cerise #E1386B
RGB
CMYK
RGB Variations
Color information
#E1386B (or 0xE1386B) is known color: Cerise. HEX triplet: E1, 38 and 6B. RGB value is (225,56,107). Sum of RGB (Red+Green+Blue) = 225+56+107=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1386B is #1EC794. Grayscale: #707070. Windows color (decimal): -2017173 or 7026913. OLE color: 7026913.
HSL color Cylindrical-coordinate representation of color #E1386B: hue angle of 341.89º 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 #E1386B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 107 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.12 |
| HSL | 341.89º | 0.74% | 0.55% | - |
| HSV(B) | 341.89º | 0.75% | 0.88% | - |
| XYZ | 35.12 | 19.9 | 15.9 | - |
| YUV | 112.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 107 | 0 | 0.75 | 0.52 | 0.12 | 341.89 | 0.74 | 0.55 |
| Hex | E1 | 38 | 6B | 0 | 4B | 34 | C | 156 | 4A | 37 |
| Octal | 341 | 70 | 153 | 0 | 113 | 64 | 14 | 526 | 112 | 67 |
| Binary | 11100001 | 111000 | 1101011 | 0 | 1001011 | 110100 | 1100 | 101010110 | 1001010 | 110111 |
Color Harmonies of #E1386B
Complementary color
Monochromatic Colors of #E1386B
Black with #E1386B
Text Example
Text Example
White with #E1386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1386B; }
p { color: rgb(225,56,107); }
H1.HeaderClassName
{
color: #E1386B;
}
.AnyTagClassName
{
color: #E1386B;
}
</style>
background-color css
<style>
a { background-color: #E1386B; }
a { background-color: rgb(225,56,107); }
div.DivClassName
{
background-color: #E1386B;
}
.BgClassName
{
background-color: #E1386B;
}
</style>
border-color css
<style>
span { border-color: #E1386B; }
span { border-color: rgb(225,56,107); }
td.TdClassName
{
border-color: #E1386B;
}
.TagClassName
{
border-color: #E1386B;
}
</style>