Shades of Shocking Pink #E11DC6
Tints of Shocking Pink #E11DC6
RGB
CMYK
RGB Variations
Color information
#E11DC6 (or 0xE11DC6) is known color: Shocking Pink. HEX triplet: E1, 1D and C6. RGB value is (225,29,198). Sum of RGB (Red+Green+Blue) = 225+29+198=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DC6 is #1EE239. Grayscale: #6A6A6A. Windows color (decimal): -2023994 or 12983777. OLE color: 12983777.
HSL color Cylindrical-coordinate representation of color #E11DC6: hue angle of 308.27º 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 #E11DC6 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 198 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.12 |
| HSL | 308.27º | 0.77% | 0.5% | - |
| HSV(B) | 308.27º | 0.87% | 0.88% | - |
| XYZ | 41.68 | 20.96 | 55.28 | - |
| YUV | 106.87 | 179.43 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 198 | 0 | 0.87 | 0.12 | 0.12 | 308.27 | 0.77 | 0.5 |
| Hex | E1 | 1D | C6 | 0 | 57 | C | C | 134 | 4D | 32 |
| Octal | 341 | 35 | 306 | 0 | 127 | 14 | 14 | 464 | 115 | 62 |
| Binary | 11100001 | 11101 | 11000110 | 0 | 1010111 | 1100 | 1100 | 100110100 | 1001101 | 110010 |
Color Harmonies of #E11DC6
Complementary color
Monochromatic Colors of #E11DC6
Black with #E11DC6
Text Example
Text Example
White with #E11DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DC6; }
p { color: rgb(225,29,198); }
H1.HeaderClassName
{
color: #E11DC6;
}
.AnyTagClassName
{
color: #E11DC6;
}
</style>
background-color css
<style>
a { background-color: #E11DC6; }
a { background-color: rgb(225,29,198); }
div.DivClassName
{
background-color: #E11DC6;
}
.BgClassName
{
background-color: #E11DC6;
}
</style>
border-color css
<style>
span { border-color: #E11DC6; }
span { border-color: rgb(225,29,198); }
td.TdClassName
{
border-color: #E11DC6;
}
.TagClassName
{
border-color: #E11DC6;
}
</style>