Shades of Deep Cerise #E11C82
Tints of Deep Cerise #E11C82
RGB
CMYK
RGB Variations
Color information
#E11C82 (or 0xE11C82) is known color: Deep Cerise. HEX triplet: E1, 1C and 82. RGB value is (225,28,130). Sum of RGB (Red+Green+Blue) = 225+28+130=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C82 is #1EE37D. Grayscale: #626262. Windows color (decimal): -2024318 or 8527073. OLE color: 8527073.
HSL color Cylindrical-coordinate representation of color #E11C82: hue angle of 328.93º 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 #E11C82 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 130 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.12 |
| HSL | 328.93º | 0.78% | 0.5% | - |
| HSV(B) | 328.93º | 0.88% | 0.88% | - |
| XYZ | 35.5 | 18.45 | 22.81 | - |
| YUV | 98.53 | 145.77 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 130 | 0 | 0.88 | 0.42 | 0.12 | 328.93 | 0.78 | 0.5 |
| Hex | E1 | 1C | 82 | 0 | 58 | 2A | C | 149 | 4E | 32 |
| Octal | 341 | 34 | 202 | 0 | 130 | 52 | 14 | 511 | 116 | 62 |
| Binary | 11100001 | 11100 | 10000010 | 0 | 1011000 | 101010 | 1100 | 101001001 | 1001110 | 110010 |
Color Harmonies of #E11C82
Complementary color
Monochromatic Colors of #E11C82
Black with #E11C82
Text Example
Text Example
White with #E11C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C82; }
p { color: rgb(225,28,130); }
H1.HeaderClassName
{
color: #E11C82;
}
.AnyTagClassName
{
color: #E11C82;
}
</style>
background-color css
<style>
a { background-color: #E11C82; }
a { background-color: rgb(225,28,130); }
div.DivClassName
{
background-color: #E11C82;
}
.BgClassName
{
background-color: #E11C82;
}
</style>
border-color css
<style>
span { border-color: #E11C82; }
span { border-color: rgb(225,28,130); }
td.TdClassName
{
border-color: #E11C82;
}
.TagClassName
{
border-color: #E11C82;
}
</style>