Shades of Deep Cerise #E12F92
Tints of Deep Cerise #E12F92
RGB
CMYK
RGB Variations
Color information
#E12F92 (or 0xE12F92) is known color: Deep Cerise. HEX triplet: E1, 2F and 92. RGB value is (225,47,146). Sum of RGB (Red+Green+Blue) = 225+47+146=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12F92 is #1ED06D. Grayscale: #6F6F6F. Windows color (decimal): -2019438 or 9580513. OLE color: 9580513.
HSL color Cylindrical-coordinate representation of color #E12F92: hue angle of 326.63º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12F92 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 146 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.12 |
| HSL | 326.63º | 0.75% | 0.53% | - |
| HSV(B) | 326.63º | 0.79% | 0.88% | - |
| XYZ | 37.26 | 20.12 | 29.11 | - |
| YUV | 111.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 146 | 0 | 0.79 | 0.35 | 0.12 | 326.63 | 0.75 | 0.53 |
| Hex | E1 | 2F | 92 | 0 | 4F | 23 | C | 147 | 4B | 35 |
| Octal | 341 | 57 | 222 | 0 | 117 | 43 | 14 | 507 | 113 | 65 |
| Binary | 11100001 | 101111 | 10010010 | 0 | 1001111 | 100011 | 1100 | 101000111 | 1001011 | 110101 |
Color Harmonies of #E12F92
Complementary color
Monochromatic Colors of #E12F92
Black with #E12F92
Text Example
Text Example
White with #E12F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F92; }
p { color: rgb(225,47,146); }
H1.HeaderClassName
{
color: #E12F92;
}
.AnyTagClassName
{
color: #E12F92;
}
</style>
background-color css
<style>
a { background-color: #E12F92; }
a { background-color: rgb(225,47,146); }
div.DivClassName
{
background-color: #E12F92;
}
.BgClassName
{
background-color: #E12F92;
}
</style>
border-color css
<style>
span { border-color: #E12F92; }
span { border-color: rgb(225,47,146); }
td.TdClassName
{
border-color: #E12F92;
}
.TagClassName
{
border-color: #E12F92;
}
</style>