Shades of Deep Cerise #E12677
Tints of Deep Cerise #E12677
RGB
CMYK
RGB Variations
Color information
#E12677 (or 0xE12677) is known color: Deep Cerise. HEX triplet: E1, 26 and 77. RGB value is (225,38,119). Sum of RGB (Red+Green+Blue) = 225+38+119=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E12677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12677 is #1ED988. Grayscale: #676767. Windows color (decimal): -2021769 or 7808737. OLE color: 7808737.
HSL color Cylindrical-coordinate representation of color #E12677: hue angle of 334.01º 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 #E12677 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 119 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.12 |
| HSL | 334.01º | 0.76% | 0.52% | - |
| HSV(B) | 334.01º | 0.83% | 0.88% | - |
| XYZ | 35.07 | 18.73 | 19.22 | - |
| YUV | 103.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 119 | 0 | 0.83 | 0.47 | 0.12 | 334.01 | 0.76 | 0.52 |
| Hex | E1 | 26 | 77 | 0 | 53 | 2F | C | 14E | 4C | 34 |
| Octal | 341 | 46 | 167 | 0 | 123 | 57 | 14 | 516 | 114 | 64 |
| Binary | 11100001 | 100110 | 1110111 | 0 | 1010011 | 101111 | 1100 | 101001110 | 1001100 | 110100 |
Color Harmonies of #E12677
Complementary color
Monochromatic Colors of #E12677
Black with #E12677
Text Example
Text Example
White with #E12677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12677; }
p { color: rgb(225,38,119); }
H1.HeaderClassName
{
color: #E12677;
}
.AnyTagClassName
{
color: #E12677;
}
</style>
background-color css
<style>
a { background-color: #E12677; }
a { background-color: rgb(225,38,119); }
div.DivClassName
{
background-color: #E12677;
}
.BgClassName
{
background-color: #E12677;
}
</style>
border-color css
<style>
span { border-color: #E12677; }
span { border-color: rgb(225,38,119); }
td.TdClassName
{
border-color: #E12677;
}
.TagClassName
{
border-color: #E12677;
}
</style>