Shades of Cerise #E1365F
Tints of Cerise #E1365F
RGB
CMYK
RGB Variations
Color information
#E1365F (or 0xE1365F) is known color: Cerise. HEX triplet: E1, 36 and 5F. RGB value is (225,54,95). Sum of RGB (Red+Green+Blue) = 225+54+95=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1365F is #1EC9A0. Grayscale: #6D6D6D. Windows color (decimal): -2017697 or 6239969. OLE color: 6239969.
HSL color Cylindrical-coordinate representation of color #E1365F: hue angle of 345.61º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1365F is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 95 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.12 |
| HSL | 345.61º | 0.74% | 0.55% | - |
| HSV(B) | 345.61º | 0.76% | 0.88% | - |
| XYZ | 34.44 | 19.47 | 12.77 | - |
| YUV | 109.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 95 | 0 | 0.76 | 0.58 | 0.12 | 345.61 | 0.74 | 0.55 |
| Hex | E1 | 36 | 5F | 0 | 4C | 3A | C | 15A | 4A | 37 |
| Octal | 341 | 66 | 137 | 0 | 114 | 72 | 14 | 532 | 112 | 67 |
| Binary | 11100001 | 110110 | 1011111 | 0 | 1001100 | 111010 | 1100 | 101011010 | 1001010 | 110111 |
Color Harmonies of #E1365F
Complementary color
Monochromatic Colors of #E1365F
Black with #E1365F
Text Example
Text Example
White with #E1365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1365F; }
p { color: rgb(225,54,95); }
H1.HeaderClassName
{
color: #E1365F;
}
.AnyTagClassName
{
color: #E1365F;
}
</style>
background-color css
<style>
a { background-color: #E1365F; }
a { background-color: rgb(225,54,95); }
div.DivClassName
{
background-color: #E1365F;
}
.BgClassName
{
background-color: #E1365F;
}
</style>
border-color css
<style>
span { border-color: #E1365F; }
span { border-color: rgb(225,54,95); }
td.TdClassName
{
border-color: #E1365F;
}
.TagClassName
{
border-color: #E1365F;
}
</style>