Shades of Cerise #E12467
Tints of Cerise #E12467
RGB
CMYK
RGB Variations
Color information
#E12467 (or 0xE12467) is known color: Cerise. HEX triplet: E1, 24 and 67. RGB value is (225,36,103). Sum of RGB (Red+Green+Blue) = 225+36+103=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E12467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12467 is #1EDB98. Grayscale: #646464. Windows color (decimal): -2022297 or 6759649. OLE color: 6759649.
HSL color Cylindrical-coordinate representation of color #E12467: hue angle of 338.73º 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 #E12467 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 103 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.12 |
| HSL | 338.73º | 0.76% | 0.51% | - |
| HSV(B) | 338.73º | 0.84% | 0.88% | - |
| XYZ | 34.13 | 18.25 | 14.56 | - |
| YUV | 100.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 103 | 0 | 0.84 | 0.54 | 0.12 | 338.73 | 0.76 | 0.51 |
| Hex | E1 | 24 | 67 | 0 | 54 | 36 | C | 153 | 4C | 33 |
| Octal | 341 | 44 | 147 | 0 | 124 | 66 | 14 | 523 | 114 | 63 |
| Binary | 11100001 | 100100 | 1100111 | 0 | 1010100 | 110110 | 1100 | 101010011 | 1001100 | 110011 |
Color Harmonies of #E12467
Complementary color
Monochromatic Colors of #E12467
Black with #E12467
Text Example
Text Example
White with #E12467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12467; }
p { color: rgb(225,36,103); }
H1.HeaderClassName
{
color: #E12467;
}
.AnyTagClassName
{
color: #E12467;
}
</style>
background-color css
<style>
a { background-color: #E12467; }
a { background-color: rgb(225,36,103); }
div.DivClassName
{
background-color: #E12467;
}
.BgClassName
{
background-color: #E12467;
}
</style>
border-color css
<style>
span { border-color: #E12467; }
span { border-color: rgb(225,36,103); }
td.TdClassName
{
border-color: #E12467;
}
.TagClassName
{
border-color: #E12467;
}
</style>