Shades of Cerise #E12374
Tints of Cerise #E12374
RGB
CMYK
RGB Variations
Color information
#E12374 (or 0xE12374) is known color: Cerise. HEX triplet: E1, 23 and 74. RGB value is (225,35,116). Sum of RGB (Red+Green+Blue) = 225+35+116=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E12374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12374 is #1EDC8B. Grayscale: #646464. Windows color (decimal): -2022540 or 7611361. OLE color: 7611361.
HSL color Cylindrical-coordinate representation of color #E12374: hue angle of 334.42º 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 #E12374 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 116 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.12 |
| HSL | 334.42º | 0.76% | 0.51% | - |
| HSV(B) | 334.42º | 0.84% | 0.88% | - |
| XYZ | 34.8 | 18.47 | 18.25 | - |
| YUV | 101.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 116 | 0 | 0.84 | 0.48 | 0.12 | 334.42 | 0.76 | 0.51 |
| Hex | E1 | 23 | 74 | 0 | 54 | 30 | C | 14E | 4C | 33 |
| Octal | 341 | 43 | 164 | 0 | 124 | 60 | 14 | 516 | 114 | 63 |
| Binary | 11100001 | 100011 | 1110100 | 0 | 1010100 | 110000 | 1100 | 101001110 | 1001100 | 110011 |
Color Harmonies of #E12374
Complementary color
Monochromatic Colors of #E12374
Black with #E12374
Text Example
Text Example
White with #E12374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12374; }
p { color: rgb(225,35,116); }
H1.HeaderClassName
{
color: #E12374;
}
.AnyTagClassName
{
color: #E12374;
}
</style>
background-color css
<style>
a { background-color: #E12374; }
a { background-color: rgb(225,35,116); }
div.DivClassName
{
background-color: #E12374;
}
.BgClassName
{
background-color: #E12374;
}
</style>
border-color css
<style>
span { border-color: #E12374; }
span { border-color: rgb(225,35,116); }
td.TdClassName
{
border-color: #E12374;
}
.TagClassName
{
border-color: #E12374;
}
</style>