Shades of Cerise #E1325B
Tints of Cerise #E1325B
RGB
CMYK
RGB Variations
Color information
#E1325B (or 0xE1325B) is known color: Cerise. HEX triplet: E1, 32 and 5B. RGB value is (225,50,91). Sum of RGB (Red+Green+Blue) = 225+50+91=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1325B is #1ECDA4. Grayscale: #6B6B6B. Windows color (decimal): -2018725 or 5976801. OLE color: 5976801.
HSL color Cylindrical-coordinate representation of color #E1325B: hue angle of 345.94º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1325B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 91 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.12 |
| HSL | 345.94º | 0.74% | 0.54% | - |
| HSV(B) | 345.94º | 0.78% | 0.88% | - |
| XYZ | 34.08 | 19.04 | 11.78 | - |
| YUV | 107 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 91 | 0 | 0.78 | 0.60 | 0.12 | 345.94 | 0.74 | 0.54 |
| Hex | E1 | 32 | 5B | 0 | 4E | 3C | C | 15A | 4A | 36 |
| Octal | 341 | 62 | 133 | 0 | 116 | 74 | 14 | 532 | 112 | 66 |
| Binary | 11100001 | 110010 | 1011011 | 0 | 1001110 | 111100 | 1100 | 101011010 | 1001010 | 110110 |
Color Harmonies of #E1325B
Complementary color
Monochromatic Colors of #E1325B
Black with #E1325B
Text Example
Text Example
White with #E1325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1325B; }
p { color: rgb(225,50,91); }
H1.HeaderClassName
{
color: #E1325B;
}
.AnyTagClassName
{
color: #E1325B;
}
</style>
background-color css
<style>
a { background-color: #E1325B; }
a { background-color: rgb(225,50,91); }
div.DivClassName
{
background-color: #E1325B;
}
.BgClassName
{
background-color: #E1325B;
}
</style>
border-color css
<style>
span { border-color: #E1325B; }
span { border-color: rgb(225,50,91); }
td.TdClassName
{
border-color: #E1325B;
}
.TagClassName
{
border-color: #E1325B;
}
</style>