Shades of Shocking Pink #E11DC0
Tints of Shocking Pink #E11DC0
RGB
CMYK
RGB Variations
Color information
#E11DC0 (or 0xE11DC0) is known color: Shocking Pink. HEX triplet: E1, 1D and C0. RGB value is (225,29,192). Sum of RGB (Red+Green+Blue) = 225+29+192=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DC0 is #1EE23F. Grayscale: #696969. Windows color (decimal): -2024000 or 12590561. OLE color: 12590561.
HSL color Cylindrical-coordinate representation of color #E11DC0: hue angle of 310.1º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11DC0 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 192 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.12 |
| HSL | 310.1º | 0.77% | 0.5% | - |
| HSV(B) | 310.1º | 0.87% | 0.88% | - |
| XYZ | 41.01 | 20.69 | 51.7 | - |
| YUV | 106.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 192 | 0 | 0.87 | 0.15 | 0.12 | 310.1 | 0.77 | 0.5 |
| Hex | E1 | 1D | C0 | 0 | 57 | F | C | 136 | 4D | 32 |
| Octal | 341 | 35 | 300 | 0 | 127 | 17 | 14 | 466 | 115 | 62 |
| Binary | 11100001 | 11101 | 11000000 | 0 | 1010111 | 1111 | 1100 | 100110110 | 1001101 | 110010 |
Color Harmonies of #E11DC0
Complementary color
Monochromatic Colors of #E11DC0
Black with #E11DC0
Text Example
Text Example
White with #E11DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DC0; }
p { color: rgb(225,29,192); }
H1.HeaderClassName
{
color: #E11DC0;
}
.AnyTagClassName
{
color: #E11DC0;
}
</style>
background-color css
<style>
a { background-color: #E11DC0; }
a { background-color: rgb(225,29,192); }
div.DivClassName
{
background-color: #E11DC0;
}
.BgClassName
{
background-color: #E11DC0;
}
</style>
border-color css
<style>
span { border-color: #E11DC0; }
span { border-color: rgb(225,29,192); }
td.TdClassName
{
border-color: #E11DC0;
}
.TagClassName
{
border-color: #E11DC0;
}
</style>