Shades of Deep Cerise #E12682
Tints of Deep Cerise #E12682
RGB
CMYK
RGB Variations
Color information
#E12682 (or 0xE12682) is known color: Deep Cerise. HEX triplet: E1, 26 and 82. RGB value is (225,38,130). Sum of RGB (Red+Green+Blue) = 225+38+130=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E12682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12682 is #1ED97D. Grayscale: #686868. Windows color (decimal): -2021758 or 8529633. OLE color: 8529633.
HSL color Cylindrical-coordinate representation of color #E12682: hue angle of 330.48º 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 #E12682 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 130 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.12 |
| HSL | 330.48º | 0.76% | 0.52% | - |
| HSV(B) | 330.48º | 0.83% | 0.88% | - |
| XYZ | 35.77 | 19.01 | 22.9 | - |
| YUV | 104.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 130 | 0 | 0.83 | 0.42 | 0.12 | 330.48 | 0.76 | 0.52 |
| Hex | E1 | 26 | 82 | 0 | 53 | 2A | C | 14A | 4C | 34 |
| Octal | 341 | 46 | 202 | 0 | 123 | 52 | 14 | 512 | 114 | 64 |
| Binary | 11100001 | 100110 | 10000010 | 0 | 1010011 | 101010 | 1100 | 101001010 | 1001100 | 110100 |
Color Harmonies of #E12682
Complementary color
Monochromatic Colors of #E12682
Black with #E12682
Text Example
Text Example
White with #E12682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12682; }
p { color: rgb(225,38,130); }
H1.HeaderClassName
{
color: #E12682;
}
.AnyTagClassName
{
color: #E12682;
}
</style>
background-color css
<style>
a { background-color: #E12682; }
a { background-color: rgb(225,38,130); }
div.DivClassName
{
background-color: #E12682;
}
.BgClassName
{
background-color: #E12682;
}
</style>
border-color css
<style>
span { border-color: #E12682; }
span { border-color: rgb(225,38,130); }
td.TdClassName
{
border-color: #E12682;
}
.TagClassName
{
border-color: #E12682;
}
</style>