Shades of Cerise #E12867
Tints of Cerise #E12867
RGB
CMYK
RGB Variations
Color information
#E12867 (or 0xE12867) is known color: Cerise. HEX triplet: E1, 28 and 67. RGB value is (225,40,103). Sum of RGB (Red+Green+Blue) = 225+40+103=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E12867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12867 is #1ED798. Grayscale: #666666. Windows color (decimal): -2021273 or 6760673. OLE color: 6760673.
HSL color Cylindrical-coordinate representation of color #E12867: hue angle of 339.57º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12867 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 103 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.12 |
| HSL | 339.57º | 0.76% | 0.52% | - |
| HSV(B) | 339.57º | 0.82% | 0.88% | - |
| XYZ | 34.26 | 18.5 | 14.6 | - |
| YUV | 102.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 103 | 0 | 0.82 | 0.54 | 0.12 | 339.57 | 0.76 | 0.52 |
| Hex | E1 | 28 | 67 | 0 | 52 | 36 | C | 154 | 4C | 34 |
| Octal | 341 | 50 | 147 | 0 | 122 | 66 | 14 | 524 | 114 | 64 |
| Binary | 11100001 | 101000 | 1100111 | 0 | 1010010 | 110110 | 1100 | 101010100 | 1001100 | 110100 |
Color Harmonies of #E12867
Complementary color
Monochromatic Colors of #E12867
Black with #E12867
Text Example
Text Example
White with #E12867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12867; }
p { color: rgb(225,40,103); }
H1.HeaderClassName
{
color: #E12867;
}
.AnyTagClassName
{
color: #E12867;
}
</style>
background-color css
<style>
a { background-color: #E12867; }
a { background-color: rgb(225,40,103); }
div.DivClassName
{
background-color: #E12867;
}
.BgClassName
{
background-color: #E12867;
}
</style>
border-color css
<style>
span { border-color: #E12867; }
span { border-color: rgb(225,40,103); }
td.TdClassName
{
border-color: #E12867;
}
.TagClassName
{
border-color: #E12867;
}
</style>