Shades of Deep Cerise #E12785
Tints of Deep Cerise #E12785
RGB
CMYK
RGB Variations
Color information
#E12785 (or 0xE12785) is known color: Deep Cerise. HEX triplet: E1, 27 and 85. RGB value is (225,39,133). Sum of RGB (Red+Green+Blue) = 225+39+133=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E12785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12785 is #1ED87A. Grayscale: #696969. Windows color (decimal): -2021499 or 8726497. OLE color: 8726497.
HSL color Cylindrical-coordinate representation of color #E12785: hue angle of 329.68º 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 #E12785 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 133 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.12 |
| HSL | 329.68º | 0.76% | 0.52% | - |
| HSV(B) | 329.68º | 0.83% | 0.88% | - |
| XYZ | 36.01 | 19.15 | 23.99 | - |
| YUV | 105.33 | 143.62 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 133 | 0 | 0.83 | 0.41 | 0.12 | 329.68 | 0.76 | 0.52 |
| Hex | E1 | 27 | 85 | 0 | 53 | 29 | C | 14A | 4C | 34 |
| Octal | 341 | 47 | 205 | 0 | 123 | 51 | 14 | 512 | 114 | 64 |
| Binary | 11100001 | 100111 | 10000101 | 0 | 1010011 | 101001 | 1100 | 101001010 | 1001100 | 110100 |
Color Harmonies of #E12785
Complementary color
Monochromatic Colors of #E12785
Black with #E12785
Text Example
Text Example
White with #E12785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12785; }
p { color: rgb(225,39,133); }
H1.HeaderClassName
{
color: #E12785;
}
.AnyTagClassName
{
color: #E12785;
}
</style>
background-color css
<style>
a { background-color: #E12785; }
a { background-color: rgb(225,39,133); }
div.DivClassName
{
background-color: #E12785;
}
.BgClassName
{
background-color: #E12785;
}
</style>
border-color css
<style>
span { border-color: #E12785; }
span { border-color: rgb(225,39,133); }
td.TdClassName
{
border-color: #E12785;
}
.TagClassName
{
border-color: #E12785;
}
</style>