Shades of Cerise #E1305E
Tints of Cerise #E1305E
RGB
CMYK
RGB Variations
Color information
#E1305E (or 0xE1305E) is known color: Cerise. HEX triplet: E1, 30 and 5E. RGB value is (225,48,94). Sum of RGB (Red+Green+Blue) = 225+48+94=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1305E is #1ECFA1. Grayscale: #6A6A6A. Windows color (decimal): -2019234 or 6172897. OLE color: 6172897.
HSL color Cylindrical-coordinate representation of color #E1305E: hue angle of 344.41º 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 #E1305E is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 94 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.12 |
| HSL | 344.41º | 0.75% | 0.54% | - |
| HSV(B) | 344.41º | 0.79% | 0.88% | - |
| XYZ | 34.13 | 18.93 | 12.44 | - |
| YUV | 106.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 94 | 0 | 0.79 | 0.58 | 0.12 | 344.41 | 0.75 | 0.54 |
| Hex | E1 | 30 | 5E | 0 | 4F | 3A | C | 158 | 4B | 36 |
| Octal | 341 | 60 | 136 | 0 | 117 | 72 | 14 | 530 | 113 | 66 |
| Binary | 11100001 | 110000 | 1011110 | 0 | 1001111 | 111010 | 1100 | 101011000 | 1001011 | 110110 |
Color Harmonies of #E1305E
Complementary color
Monochromatic Colors of #E1305E
Black with #E1305E
Text Example
Text Example
White with #E1305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1305E; }
p { color: rgb(225,48,94); }
H1.HeaderClassName
{
color: #E1305E;
}
.AnyTagClassName
{
color: #E1305E;
}
</style>
background-color css
<style>
a { background-color: #E1305E; }
a { background-color: rgb(225,48,94); }
div.DivClassName
{
background-color: #E1305E;
}
.BgClassName
{
background-color: #E1305E;
}
</style>
border-color css
<style>
span { border-color: #E1305E; }
span { border-color: rgb(225,48,94); }
td.TdClassName
{
border-color: #E1305E;
}
.TagClassName
{
border-color: #E1305E;
}
</style>