Shades of Deep Cerise #E12D7B
Tints of Deep Cerise #E12D7B
RGB
CMYK
RGB Variations
Color information
#E12D7B (or 0xE12D7B) is known color: Deep Cerise. HEX triplet: E1, 2D and 7B. RGB value is (225,45,123). Sum of RGB (Red+Green+Blue) = 225+45+123=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D7B is #1ED284. Grayscale: #6B6B6B. Windows color (decimal): -2019973 or 8072673. OLE color: 8072673.
HSL color Cylindrical-coordinate representation of color #E12D7B: hue angle of 334º 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 #E12D7B is Cyan = 0, Magento = 0.8, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 123 | - |
| CMYK | 0 | 0.8 | 0.45 | 0.12 |
| HSL | 334º | 0.75% | 0.53% | - |
| HSV(B) | 334º | 0.8% | 0.88% | - |
| XYZ | 35.56 | 19.31 | 20.59 | - |
| YUV | 107.71 | 136.63 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 123 | 0 | 0.8 | 0.45 | 0.12 | 334 | 0.75 | 0.53 |
| Hex | E1 | 2D | 7B | 0 | 50 | 2D | C | 14E | 4B | 35 |
| Octal | 341 | 55 | 173 | 0 | 120 | 55 | 14 | 516 | 113 | 65 |
| Binary | 11100001 | 101101 | 1111011 | 0 | 1010000 | 101101 | 1100 | 101001110 | 1001011 | 110101 |
Color Harmonies of #E12D7B
Complementary color
Monochromatic Colors of #E12D7B
Black with #E12D7B
Text Example
Text Example
White with #E12D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D7B; }
p { color: rgb(225,45,123); }
H1.HeaderClassName
{
color: #E12D7B;
}
.AnyTagClassName
{
color: #E12D7B;
}
</style>
background-color css
<style>
a { background-color: #E12D7B; }
a { background-color: rgb(225,45,123); }
div.DivClassName
{
background-color: #E12D7B;
}
.BgClassName
{
background-color: #E12D7B;
}
</style>
border-color css
<style>
span { border-color: #E12D7B; }
span { border-color: rgb(225,45,123); }
td.TdClassName
{
border-color: #E12D7B;
}
.TagClassName
{
border-color: #E12D7B;
}
</style>