Shades of Deep Cerise #E12F7B
Tints of Deep Cerise #E12F7B
RGB
CMYK
RGB Variations
Color information
#E12F7B (or 0xE12F7B) is known color: Deep Cerise. HEX triplet: E1, 2F and 7B. RGB value is (225,47,123). Sum of RGB (Red+Green+Blue) = 225+47+123=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F7B is #1ED084. Grayscale: #6C6C6C. Windows color (decimal): -2019461 or 8073185. OLE color: 8073185.
HSL color Cylindrical-coordinate representation of color #E12F7B: hue angle of 334.38º 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 #E12F7B is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 123 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.12 |
| HSL | 334.38º | 0.75% | 0.53% | - |
| HSV(B) | 334.38º | 0.79% | 0.88% | - |
| XYZ | 35.64 | 19.47 | 20.62 | - |
| YUV | 108.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 123 | 0 | 0.79 | 0.45 | 0.12 | 334.38 | 0.75 | 0.53 |
| Hex | E1 | 2F | 7B | 0 | 4F | 2D | C | 14E | 4B | 35 |
| Octal | 341 | 57 | 173 | 0 | 117 | 55 | 14 | 516 | 113 | 65 |
| Binary | 11100001 | 101111 | 1111011 | 0 | 1001111 | 101101 | 1100 | 101001110 | 1001011 | 110101 |
Color Harmonies of #E12F7B
Complementary color
Monochromatic Colors of #E12F7B
Black with #E12F7B
Text Example
Text Example
White with #E12F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F7B; }
p { color: rgb(225,47,123); }
H1.HeaderClassName
{
color: #E12F7B;
}
.AnyTagClassName
{
color: #E12F7B;
}
</style>
background-color css
<style>
a { background-color: #E12F7B; }
a { background-color: rgb(225,47,123); }
div.DivClassName
{
background-color: #E12F7B;
}
.BgClassName
{
background-color: #E12F7B;
}
</style>
border-color css
<style>
span { border-color: #E12F7B; }
span { border-color: rgb(225,47,123); }
td.TdClassName
{
border-color: #E12F7B;
}
.TagClassName
{
border-color: #E12F7B;
}
</style>