Shades of Cerise #E1385B
Tints of Cerise #E1385B
RGB
CMYK
RGB Variations
Color information
#E1385B (or 0xE1385B) is known color: Cerise. HEX triplet: E1, 38 and 5B. RGB value is (225,56,91). Sum of RGB (Red+Green+Blue) = 225+56+91=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1385B is #1EC7A4. Grayscale: #6E6E6E. Windows color (decimal): -2017189 or 5978337. OLE color: 5978337.
HSL color Cylindrical-coordinate representation of color #E1385B: hue angle of 347.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 #E1385B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 91 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.12 |
| HSL | 347.57º | 0.74% | 0.55% | - |
| HSV(B) | 347.57º | 0.75% | 0.88% | - |
| XYZ | 34.35 | 19.59 | 11.87 | - |
| YUV | 110.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 91 | 0 | 0.75 | 0.60 | 0.12 | 347.57 | 0.74 | 0.55 |
| Hex | E1 | 38 | 5B | 0 | 4B | 3C | C | 15C | 4A | 37 |
| Octal | 341 | 70 | 133 | 0 | 113 | 74 | 14 | 534 | 112 | 67 |
| Binary | 11100001 | 111000 | 1011011 | 0 | 1001011 | 111100 | 1100 | 101011100 | 1001010 | 110111 |
Color Harmonies of #E1385B
Complementary color
Monochromatic Colors of #E1385B
Black with #E1385B
Text Example
Text Example
White with #E1385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1385B; }
p { color: rgb(225,56,91); }
H1.HeaderClassName
{
color: #E1385B;
}
.AnyTagClassName
{
color: #E1385B;
}
</style>
background-color css
<style>
a { background-color: #E1385B; }
a { background-color: rgb(225,56,91); }
div.DivClassName
{
background-color: #E1385B;
}
.BgClassName
{
background-color: #E1385B;
}
</style>
border-color css
<style>
span { border-color: #E1385B; }
span { border-color: rgb(225,56,91); }
td.TdClassName
{
border-color: #E1385B;
}
.TagClassName
{
border-color: #E1385B;
}
</style>