Shades of Cerise #E12673
Tints of Cerise #E12673
RGB
CMYK
RGB Variations
Color information
#E12673 (or 0xE12673) is known color: Cerise. HEX triplet: E1, 26 and 73. RGB value is (225,38,115). Sum of RGB (Red+Green+Blue) = 225+38+115=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E12673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12673 is #1ED98C. Grayscale: #666666. Windows color (decimal): -2021773 or 7546593. OLE color: 7546593.
HSL color Cylindrical-coordinate representation of color #E12673: hue angle of 335.29º 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 #E12673 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 115 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.12 |
| HSL | 335.29º | 0.76% | 0.52% | - |
| HSV(B) | 335.29º | 0.83% | 0.88% | - |
| XYZ | 34.84 | 18.63 | 17.98 | - |
| YUV | 102.69 | 134.95 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 115 | 0 | 0.83 | 0.49 | 0.12 | 335.29 | 0.76 | 0.52 |
| Hex | E1 | 26 | 73 | 0 | 53 | 31 | C | 14F | 4C | 34 |
| Octal | 341 | 46 | 163 | 0 | 123 | 61 | 14 | 517 | 114 | 64 |
| Binary | 11100001 | 100110 | 1110011 | 0 | 1010011 | 110001 | 1100 | 101001111 | 1001100 | 110100 |
Color Harmonies of #E12673
Complementary color
Monochromatic Colors of #E12673
Black with #E12673
Text Example
Text Example
White with #E12673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12673; }
p { color: rgb(225,38,115); }
H1.HeaderClassName
{
color: #E12673;
}
.AnyTagClassName
{
color: #E12673;
}
</style>
background-color css
<style>
a { background-color: #E12673; }
a { background-color: rgb(225,38,115); }
div.DivClassName
{
background-color: #E12673;
}
.BgClassName
{
background-color: #E12673;
}
</style>
border-color css
<style>
span { border-color: #E12673; }
span { border-color: rgb(225,38,115); }
td.TdClassName
{
border-color: #E12673;
}
.TagClassName
{
border-color: #E12673;
}
</style>