Shades of Cerise #E12769
Tints of Cerise #E12769
RGB
CMYK
RGB Variations
Color information
#E12769 (or 0xE12769) is known color: Cerise. HEX triplet: E1, 27 and 69. RGB value is (225,39,105). Sum of RGB (Red+Green+Blue) = 225+39+105=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E12769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12769 is #1ED896. Grayscale: #666666. Windows color (decimal): -2021527 or 6891489. OLE color: 6891489.
HSL color Cylindrical-coordinate representation of color #E12769: hue angle of 338.71º 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 #E12769 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 105 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.12 |
| HSL | 338.71º | 0.76% | 0.52% | - |
| HSV(B) | 338.71º | 0.83% | 0.88% | - |
| XYZ | 34.33 | 18.48 | 15.12 | - |
| YUV | 102.14 | 129.62 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 105 | 0 | 0.83 | 0.53 | 0.12 | 338.71 | 0.76 | 0.52 |
| Hex | E1 | 27 | 69 | 0 | 53 | 35 | C | 153 | 4C | 34 |
| Octal | 341 | 47 | 151 | 0 | 123 | 65 | 14 | 523 | 114 | 64 |
| Binary | 11100001 | 100111 | 1101001 | 0 | 1010011 | 110101 | 1100 | 101010011 | 1001100 | 110100 |
Color Harmonies of #E12769
Complementary color
Monochromatic Colors of #E12769
Black with #E12769
Text Example
Text Example
White with #E12769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12769; }
p { color: rgb(225,39,105); }
H1.HeaderClassName
{
color: #E12769;
}
.AnyTagClassName
{
color: #E12769;
}
</style>
background-color css
<style>
a { background-color: #E12769; }
a { background-color: rgb(225,39,105); }
div.DivClassName
{
background-color: #E12769;
}
.BgClassName
{
background-color: #E12769;
}
</style>
border-color css
<style>
span { border-color: #E12769; }
span { border-color: rgb(225,39,105); }
td.TdClassName
{
border-color: #E12769;
}
.TagClassName
{
border-color: #E12769;
}
</style>