Shades of Cerise #E12569
Tints of Cerise #E12569
RGB
CMYK
RGB Variations
Color information
#E12569 (or 0xE12569) is known color: Cerise. HEX triplet: E1, 25 and 69. RGB value is (225,37,105). Sum of RGB (Red+Green+Blue) = 225+37+105=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E12569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12569 is #1EDA96. Grayscale: #646464. Windows color (decimal): -2022039 or 6890977. OLE color: 6890977.
HSL color Cylindrical-coordinate representation of color #E12569: hue angle of 338.3º 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 #E12569 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 105 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.12 |
| HSL | 338.3º | 0.76% | 0.51% | - |
| HSV(B) | 338.3º | 0.84% | 0.88% | - |
| XYZ | 34.26 | 18.35 | 15.1 | - |
| YUV | 100.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 105 | 0 | 0.84 | 0.53 | 0.12 | 338.3 | 0.76 | 0.51 |
| Hex | E1 | 25 | 69 | 0 | 54 | 35 | C | 152 | 4C | 33 |
| Octal | 341 | 45 | 151 | 0 | 124 | 65 | 14 | 522 | 114 | 63 |
| Binary | 11100001 | 100101 | 1101001 | 0 | 1010100 | 110101 | 1100 | 101010010 | 1001100 | 110011 |
Color Harmonies of #E12569
Complementary color
Monochromatic Colors of #E12569
Black with #E12569
Text Example
Text Example
White with #E12569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12569; }
p { color: rgb(225,37,105); }
H1.HeaderClassName
{
color: #E12569;
}
.AnyTagClassName
{
color: #E12569;
}
</style>
background-color css
<style>
a { background-color: #E12569; }
a { background-color: rgb(225,37,105); }
div.DivClassName
{
background-color: #E12569;
}
.BgClassName
{
background-color: #E12569;
}
</style>
border-color css
<style>
span { border-color: #E12569; }
span { border-color: rgb(225,37,105); }
td.TdClassName
{
border-color: #E12569;
}
.TagClassName
{
border-color: #E12569;
}
</style>