Shades of Deep Cerise #E12783
Tints of Deep Cerise #E12783
RGB
CMYK
RGB Variations
Color information
#E12783 (or 0xE12783) is known color: Deep Cerise. HEX triplet: E1, 27 and 83. RGB value is (225,39,131). Sum of RGB (Red+Green+Blue) = 225+39+131=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E12783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12783 is #1ED87C. Grayscale: #686868. Windows color (decimal): -2021501 or 8595425. OLE color: 8595425.
HSL color Cylindrical-coordinate representation of color #E12783: hue angle of 330.32º 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 #E12783 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 131 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.12 |
| HSL | 330.32º | 0.76% | 0.52% | - |
| HSV(B) | 330.32º | 0.83% | 0.88% | - |
| XYZ | 35.87 | 19.1 | 23.27 | - |
| YUV | 105.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 131 | 0 | 0.83 | 0.42 | 0.12 | 330.32 | 0.76 | 0.52 |
| Hex | E1 | 27 | 83 | 0 | 53 | 2A | C | 14A | 4C | 34 |
| Octal | 341 | 47 | 203 | 0 | 123 | 52 | 14 | 512 | 114 | 64 |
| Binary | 11100001 | 100111 | 10000011 | 0 | 1010011 | 101010 | 1100 | 101001010 | 1001100 | 110100 |
Color Harmonies of #E12783
Complementary color
Monochromatic Colors of #E12783
Black with #E12783
Text Example
Text Example
White with #E12783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12783; }
p { color: rgb(225,39,131); }
H1.HeaderClassName
{
color: #E12783;
}
.AnyTagClassName
{
color: #E12783;
}
</style>
background-color css
<style>
a { background-color: #E12783; }
a { background-color: rgb(225,39,131); }
div.DivClassName
{
background-color: #E12783;
}
.BgClassName
{
background-color: #E12783;
}
</style>
border-color css
<style>
span { border-color: #E12783; }
span { border-color: rgb(225,39,131); }
td.TdClassName
{
border-color: #E12783;
}
.TagClassName
{
border-color: #E12783;
}
</style>