Shades of Deep Cerise #E11C83
Tints of Deep Cerise #E11C83
RGB
CMYK
RGB Variations
Color information
#E11C83 (or 0xE11C83) is known color: Deep Cerise. HEX triplet: E1, 1C and 83. RGB value is (225,28,131). Sum of RGB (Red+Green+Blue) = 225+28+131=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C83 is #1EE37C. Grayscale: #626262. Windows color (decimal): -2024317 or 8592609. OLE color: 8592609.
HSL color Cylindrical-coordinate representation of color #E11C83: hue angle of 328.63º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C83 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 131 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.12 |
| HSL | 328.63º | 0.78% | 0.5% | - |
| HSV(B) | 328.63º | 0.88% | 0.88% | - |
| XYZ | 35.56 | 18.48 | 23.16 | - |
| YUV | 98.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 131 | 0 | 0.88 | 0.42 | 0.12 | 328.63 | 0.78 | 0.5 |
| Hex | E1 | 1C | 83 | 0 | 58 | 2A | C | 149 | 4E | 32 |
| Octal | 341 | 34 | 203 | 0 | 130 | 52 | 14 | 511 | 116 | 62 |
| Binary | 11100001 | 11100 | 10000011 | 0 | 1011000 | 101010 | 1100 | 101001001 | 1001110 | 110010 |
Color Harmonies of #E11C83
Complementary color
Monochromatic Colors of #E11C83
Black with #E11C83
Text Example
Text Example
White with #E11C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C83; }
p { color: rgb(225,28,131); }
H1.HeaderClassName
{
color: #E11C83;
}
.AnyTagClassName
{
color: #E11C83;
}
</style>
background-color css
<style>
a { background-color: #E11C83; }
a { background-color: rgb(225,28,131); }
div.DivClassName
{
background-color: #E11C83;
}
.BgClassName
{
background-color: #E11C83;
}
</style>
border-color css
<style>
span { border-color: #E11C83; }
span { border-color: rgb(225,28,131); }
td.TdClassName
{
border-color: #E11C83;
}
.TagClassName
{
border-color: #E11C83;
}
</style>