Shades of Deep Cerise #E11C7A
Tints of Deep Cerise #E11C7A
RGB
CMYK
RGB Variations
Color information
#E11C7A (or 0xE11C7A) is known color: Deep Cerise. HEX triplet: E1, 1C and 7A. RGB value is (225,28,122). Sum of RGB (Red+Green+Blue) = 225+28+122=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C7A is #1EE385. Grayscale: #616161. Windows color (decimal): -2024326 or 8002785. OLE color: 8002785.
HSL color Cylindrical-coordinate representation of color #E11C7A: hue angle of 331.37º 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 #E11C7A is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 122 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.12 |
| HSL | 331.37º | 0.78% | 0.5% | - |
| HSV(B) | 331.37º | 0.88% | 0.88% | - |
| XYZ | 34.98 | 18.24 | 20.09 | - |
| YUV | 97.62 | 141.77 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 122 | 0 | 0.88 | 0.46 | 0.12 | 331.37 | 0.78 | 0.5 |
| Hex | E1 | 1C | 7A | 0 | 58 | 2E | C | 14B | 4E | 32 |
| Octal | 341 | 34 | 172 | 0 | 130 | 56 | 14 | 513 | 116 | 62 |
| Binary | 11100001 | 11100 | 1111010 | 0 | 1011000 | 101110 | 1100 | 101001011 | 1001110 | 110010 |
Color Harmonies of #E11C7A
Complementary color
Monochromatic Colors of #E11C7A
Black with #E11C7A
Text Example
Text Example
White with #E11C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C7A; }
p { color: rgb(225,28,122); }
H1.HeaderClassName
{
color: #E11C7A;
}
.AnyTagClassName
{
color: #E11C7A;
}
</style>
background-color css
<style>
a { background-color: #E11C7A; }
a { background-color: rgb(225,28,122); }
div.DivClassName
{
background-color: #E11C7A;
}
.BgClassName
{
background-color: #E11C7A;
}
</style>
border-color css
<style>
span { border-color: #E11C7A; }
span { border-color: rgb(225,28,122); }
td.TdClassName
{
border-color: #E11C7A;
}
.TagClassName
{
border-color: #E11C7A;
}
</style>