Shades of Cerise #E12C6B
Tints of Cerise #E12C6B
RGB
CMYK
RGB Variations
Color information
#E12C6B (or 0xE12C6B) is known color: Cerise. HEX triplet: E1, 2C and 6B. RGB value is (225,44,107). Sum of RGB (Red+Green+Blue) = 225+44+107=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C6B is #1ED394. Grayscale: #696969. Windows color (decimal): -2020245 or 7023841. OLE color: 7023841.
HSL color Cylindrical-coordinate representation of color #E12C6B: hue angle of 339.12º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C6B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 107 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.12 |
| HSL | 339.12º | 0.75% | 0.53% | - |
| HSV(B) | 339.12º | 0.8% | 0.88% | - |
| XYZ | 34.61 | 18.87 | 15.73 | - |
| YUV | 105.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 107 | 0 | 0.80 | 0.52 | 0.12 | 339.12 | 0.75 | 0.53 |
| Hex | E1 | 2C | 6B | 0 | 50 | 34 | C | 153 | 4B | 35 |
| Octal | 341 | 54 | 153 | 0 | 120 | 64 | 14 | 523 | 113 | 65 |
| Binary | 11100001 | 101100 | 1101011 | 0 | 1010000 | 110100 | 1100 | 101010011 | 1001011 | 110101 |
Color Harmonies of #E12C6B
Complementary color
Monochromatic Colors of #E12C6B
Black with #E12C6B
Text Example
Text Example
White with #E12C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C6B; }
p { color: rgb(225,44,107); }
H1.HeaderClassName
{
color: #E12C6B;
}
.AnyTagClassName
{
color: #E12C6B;
}
</style>
background-color css
<style>
a { background-color: #E12C6B; }
a { background-color: rgb(225,44,107); }
div.DivClassName
{
background-color: #E12C6B;
}
.BgClassName
{
background-color: #E12C6B;
}
</style>
border-color css
<style>
span { border-color: #E12C6B; }
span { border-color: rgb(225,44,107); }
td.TdClassName
{
border-color: #E12C6B;
}
.TagClassName
{
border-color: #E12C6B;
}
</style>