Shades of Cerise #E13E5B
Tints of Cerise #E13E5B
RGB
CMYK
RGB Variations
Color information
#E13E5B (or 0xE13E5B) is known color: Cerise. HEX triplet: E1, 3E and 5B. RGB value is (225,62,91). Sum of RGB (Red+Green+Blue) = 225+62+91=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E5B is #1EC1A4. Grayscale: #727272. Windows color (decimal): -2015653 or 5979873. OLE color: 5979873.
HSL color Cylindrical-coordinate representation of color #E13E5B: hue angle of 349.33º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E5B is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 91 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.12 |
| HSL | 349.33º | 0.73% | 0.56% | - |
| HSV(B) | 349.33º | 0.72% | 0.88% | - |
| XYZ | 34.66 | 20.21 | 11.97 | - |
| YUV | 114.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 91 | 0 | 0.72 | 0.60 | 0.12 | 349.33 | 0.73 | 0.56 |
| Hex | E1 | 3E | 5B | 0 | 48 | 3C | C | 15D | 49 | 38 |
| Octal | 341 | 76 | 133 | 0 | 110 | 74 | 14 | 535 | 111 | 70 |
| Binary | 11100001 | 111110 | 1011011 | 0 | 1001000 | 111100 | 1100 | 101011101 | 1001001 | 111000 |
Color Harmonies of #E13E5B
Complementary color
Monochromatic Colors of #E13E5B
Black with #E13E5B
Text Example
Text Example
White with #E13E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E5B; }
p { color: rgb(225,62,91); }
H1.HeaderClassName
{
color: #E13E5B;
}
.AnyTagClassName
{
color: #E13E5B;
}
</style>
background-color css
<style>
a { background-color: #E13E5B; }
a { background-color: rgb(225,62,91); }
div.DivClassName
{
background-color: #E13E5B;
}
.BgClassName
{
background-color: #E13E5B;
}
</style>
border-color css
<style>
span { border-color: #E13E5B; }
span { border-color: rgb(225,62,91); }
td.TdClassName
{
border-color: #E13E5B;
}
.TagClassName
{
border-color: #E13E5B;
}
</style>