Shades of Cerise #E1345B
Tints of Cerise #E1345B
RGB
CMYK
RGB Variations
Color information
#E1345B (or 0xE1345B) is known color: Cerise. HEX triplet: E1, 34 and 5B. RGB value is (225,52,91). Sum of RGB (Red+Green+Blue) = 225+52+91=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1345B is #1ECBA4. Grayscale: #6C6C6C. Windows color (decimal): -2018213 or 5977313. OLE color: 5977313.
HSL color Cylindrical-coordinate representation of color #E1345B: hue angle of 346.47º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1345B is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 91 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.12 |
| HSL | 346.47º | 0.74% | 0.54% | - |
| HSV(B) | 346.47º | 0.77% | 0.88% | - |
| XYZ | 34.17 | 19.22 | 11.81 | - |
| YUV | 108.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 91 | 0 | 0.77 | 0.60 | 0.12 | 346.47 | 0.74 | 0.54 |
| Hex | E1 | 34 | 5B | 0 | 4D | 3C | C | 15A | 4A | 36 |
| Octal | 341 | 64 | 133 | 0 | 115 | 74 | 14 | 532 | 112 | 66 |
| Binary | 11100001 | 110100 | 1011011 | 0 | 1001101 | 111100 | 1100 | 101011010 | 1001010 | 110110 |
Color Harmonies of #E1345B
Complementary color
Monochromatic Colors of #E1345B
Black with #E1345B
Text Example
Text Example
White with #E1345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1345B; }
p { color: rgb(225,52,91); }
H1.HeaderClassName
{
color: #E1345B;
}
.AnyTagClassName
{
color: #E1345B;
}
</style>
background-color css
<style>
a { background-color: #E1345B; }
a { background-color: rgb(225,52,91); }
div.DivClassName
{
background-color: #E1345B;
}
.BgClassName
{
background-color: #E1345B;
}
</style>
border-color css
<style>
span { border-color: #E1345B; }
span { border-color: rgb(225,52,91); }
td.TdClassName
{
border-color: #E1345B;
}
.TagClassName
{
border-color: #E1345B;
}
</style>