Shades of Cerise #E1325A
Tints of Cerise #E1325A
RGB
CMYK
RGB Variations
Color information
#E1325A (or 0xE1325A) is known color: Cerise. HEX triplet: E1, 32 and 5A. RGB value is (225,50,90). Sum of RGB (Red+Green+Blue) = 225+50+90=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1325A is #1ECDA5. Grayscale: #6A6A6A. Windows color (decimal): -2018726 or 5911265. OLE color: 5911265.
HSL color Cylindrical-coordinate representation of color #E1325A: hue angle of 346.29º 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 #E1325A is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 90 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.12 |
| HSL | 346.29º | 0.74% | 0.54% | - |
| HSV(B) | 346.29º | 0.78% | 0.88% | - |
| XYZ | 34.04 | 19.03 | 11.55 | - |
| YUV | 106.89 | 118.48 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 90 | 0 | 0.78 | 0.60 | 0.12 | 346.29 | 0.74 | 0.54 |
| Hex | E1 | 32 | 5A | 0 | 4E | 3C | C | 15A | 4A | 36 |
| Octal | 341 | 62 | 132 | 0 | 116 | 74 | 14 | 532 | 112 | 66 |
| Binary | 11100001 | 110010 | 1011010 | 0 | 1001110 | 111100 | 1100 | 101011010 | 1001010 | 110110 |
Color Harmonies of #E1325A
Complementary color
Monochromatic Colors of #E1325A
Black with #E1325A
Text Example
Text Example
White with #E1325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1325A; }
p { color: rgb(225,50,90); }
H1.HeaderClassName
{
color: #E1325A;
}
.AnyTagClassName
{
color: #E1325A;
}
</style>
background-color css
<style>
a { background-color: #E1325A; }
a { background-color: rgb(225,50,90); }
div.DivClassName
{
background-color: #E1325A;
}
.BgClassName
{
background-color: #E1325A;
}
</style>
border-color css
<style>
span { border-color: #E1325A; }
span { border-color: rgb(225,50,90); }
td.TdClassName
{
border-color: #E1325A;
}
.TagClassName
{
border-color: #E1325A;
}
</style>