Shades of Cerise #E12365
Tints of Cerise #E12365
RGB
CMYK
RGB Variations
Color information
#E12365 (or 0xE12365) is known color: Cerise. HEX triplet: E1, 23 and 65. RGB value is (225,35,101). Sum of RGB (Red+Green+Blue) = 225+35+101=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E12365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12365 is #1EDC9A. Grayscale: #636363. Windows color (decimal): -2022555 or 6628321. OLE color: 6628321.
HSL color Cylindrical-coordinate representation of color #E12365: hue angle of 339.16º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12365 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 101 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.12 |
| HSL | 339.16º | 0.76% | 0.51% | - |
| HSV(B) | 339.16º | 0.84% | 0.88% | - |
| XYZ | 34 | 18.15 | 14.02 | - |
| YUV | 99.33 | 128.95 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 101 | 0 | 0.84 | 0.55 | 0.12 | 339.16 | 0.76 | 0.51 |
| Hex | E1 | 23 | 65 | 0 | 54 | 37 | C | 153 | 4C | 33 |
| Octal | 341 | 43 | 145 | 0 | 124 | 67 | 14 | 523 | 114 | 63 |
| Binary | 11100001 | 100011 | 1100101 | 0 | 1010100 | 110111 | 1100 | 101010011 | 1001100 | 110011 |
Color Harmonies of #E12365
Complementary color
Monochromatic Colors of #E12365
Black with #E12365
Text Example
Text Example
White with #E12365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12365; }
p { color: rgb(225,35,101); }
H1.HeaderClassName
{
color: #E12365;
}
.AnyTagClassName
{
color: #E12365;
}
</style>
background-color css
<style>
a { background-color: #E12365; }
a { background-color: rgb(225,35,101); }
div.DivClassName
{
background-color: #E12365;
}
.BgClassName
{
background-color: #E12365;
}
</style>
border-color css
<style>
span { border-color: #E12365; }
span { border-color: rgb(225,35,101); }
td.TdClassName
{
border-color: #E12365;
}
.TagClassName
{
border-color: #E12365;
}
</style>