Shades of Cerise #E12765
Tints of Cerise #E12765
RGB
CMYK
RGB Variations
Color information
#E12765 (or 0xE12765) is known color: Cerise. HEX triplet: E1, 27 and 65. RGB value is (225,39,101). Sum of RGB (Red+Green+Blue) = 225+39+101=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E12765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12765 is #1ED89A. Grayscale: #656565. Windows color (decimal): -2021531 or 6629345. OLE color: 6629345.
HSL color Cylindrical-coordinate representation of color #E12765: hue angle of 340º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12765 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 101 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.12 |
| HSL | 340º | 0.76% | 0.52% | - |
| HSV(B) | 340º | 0.83% | 0.88% | - |
| XYZ | 34.13 | 18.4 | 14.06 | - |
| YUV | 101.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 101 | 0 | 0.83 | 0.55 | 0.12 | 340 | 0.76 | 0.52 |
| Hex | E1 | 27 | 65 | 0 | 53 | 37 | C | 154 | 4C | 34 |
| Octal | 341 | 47 | 145 | 0 | 123 | 67 | 14 | 524 | 114 | 64 |
| Binary | 11100001 | 100111 | 1100101 | 0 | 1010011 | 110111 | 1100 | 101010100 | 1001100 | 110100 |
Color Harmonies of #E12765
Complementary color
Monochromatic Colors of #E12765
Black with #E12765
Text Example
Text Example
White with #E12765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12765; }
p { color: rgb(225,39,101); }
H1.HeaderClassName
{
color: #E12765;
}
.AnyTagClassName
{
color: #E12765;
}
</style>
background-color css
<style>
a { background-color: #E12765; }
a { background-color: rgb(225,39,101); }
div.DivClassName
{
background-color: #E12765;
}
.BgClassName
{
background-color: #E12765;
}
</style>
border-color css
<style>
span { border-color: #E12765; }
span { border-color: rgb(225,39,101); }
td.TdClassName
{
border-color: #E12765;
}
.TagClassName
{
border-color: #E12765;
}
</style>