Shades of Cerise #E1305A
Tints of Cerise #E1305A
RGB
CMYK
RGB Variations
Color information
#E1305A (or 0xE1305A) is known color: Cerise. HEX triplet: E1, 30 and 5A. RGB value is (225,48,90). Sum of RGB (Red+Green+Blue) = 225+48+90=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E1305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1305A is #1ECFA5. Grayscale: #696969. Windows color (decimal): -2019238 or 5910753. OLE color: 5910753.
HSL color Cylindrical-coordinate representation of color #E1305A: hue angle of 345.76º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1305A is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 90 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.12 |
| HSL | 345.76º | 0.75% | 0.54% | - |
| HSV(B) | 345.76º | 0.79% | 0.88% | - |
| XYZ | 33.95 | 18.86 | 11.52 | - |
| YUV | 105.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 90 | 0 | 0.79 | 0.60 | 0.12 | 345.76 | 0.75 | 0.54 |
| Hex | E1 | 30 | 5A | 0 | 4F | 3C | C | 15A | 4B | 36 |
| Octal | 341 | 60 | 132 | 0 | 117 | 74 | 14 | 532 | 113 | 66 |
| Binary | 11100001 | 110000 | 1011010 | 0 | 1001111 | 111100 | 1100 | 101011010 | 1001011 | 110110 |
Color Harmonies of #E1305A
Complementary color
Monochromatic Colors of #E1305A
Black with #E1305A
Text Example
Text Example
White with #E1305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1305A; }
p { color: rgb(225,48,90); }
H1.HeaderClassName
{
color: #E1305A;
}
.AnyTagClassName
{
color: #E1305A;
}
</style>
background-color css
<style>
a { background-color: #E1305A; }
a { background-color: rgb(225,48,90); }
div.DivClassName
{
background-color: #E1305A;
}
.BgClassName
{
background-color: #E1305A;
}
</style>
border-color css
<style>
span { border-color: #E1305A; }
span { border-color: rgb(225,48,90); }
td.TdClassName
{
border-color: #E1305A;
}
.TagClassName
{
border-color: #E1305A;
}
</style>