Shades of Shocking Pink #E11DC5
Tints of Shocking Pink #E11DC5
RGB
CMYK
RGB Variations
Color information
#E11DC5 (or 0xE11DC5) is known color: Shocking Pink. HEX triplet: E1, 1D and C5. RGB value is (225,29,197). Sum of RGB (Red+Green+Blue) = 225+29+197=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DC5 is #1EE23A. Grayscale: #6A6A6A. Windows color (decimal): -2023995 or 12918241. OLE color: 12918241.
HSL color Cylindrical-coordinate representation of color #E11DC5: hue angle of 308.57º 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 #E11DC5 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 197 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.12 |
| HSL | 308.57º | 0.77% | 0.5% | - |
| HSV(B) | 308.57º | 0.87% | 0.88% | - |
| XYZ | 41.57 | 20.92 | 54.67 | - |
| YUV | 106.76 | 178.93 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 197 | 0 | 0.87 | 0.12 | 0.12 | 308.57 | 0.77 | 0.5 |
| Hex | E1 | 1D | C5 | 0 | 57 | C | C | 135 | 4D | 32 |
| Octal | 341 | 35 | 305 | 0 | 127 | 14 | 14 | 465 | 115 | 62 |
| Binary | 11100001 | 11101 | 11000101 | 0 | 1010111 | 1100 | 1100 | 100110101 | 1001101 | 110010 |
Color Harmonies of #E11DC5
Complementary color
Monochromatic Colors of #E11DC5
Black with #E11DC5
Text Example
Text Example
White with #E11DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DC5; }
p { color: rgb(225,29,197); }
H1.HeaderClassName
{
color: #E11DC5;
}
.AnyTagClassName
{
color: #E11DC5;
}
</style>
background-color css
<style>
a { background-color: #E11DC5; }
a { background-color: rgb(225,29,197); }
div.DivClassName
{
background-color: #E11DC5;
}
.BgClassName
{
background-color: #E11DC5;
}
</style>
border-color css
<style>
span { border-color: #E11DC5; }
span { border-color: rgb(225,29,197); }
td.TdClassName
{
border-color: #E11DC5;
}
.TagClassName
{
border-color: #E11DC5;
}
</style>