Shades of Shocking Pink #E11DB5
Tints of Shocking Pink #E11DB5
RGB
CMYK
RGB Variations
Color information
#E11DB5 (or 0xE11DB5) is known color: Shocking Pink. HEX triplet: E1, 1D and B5. RGB value is (225,29,181). Sum of RGB (Red+Green+Blue) = 225+29+181=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DB5 is #1EE24A. Grayscale: #686868. Windows color (decimal): -2024011 or 11869665. OLE color: 11869665.
HSL color Cylindrical-coordinate representation of color #E11DB5: hue angle of 313.47º 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 #E11DB5 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 181 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.12 |
| HSL | 313.47º | 0.77% | 0.5% | - |
| HSV(B) | 313.47º | 0.87% | 0.88% | - |
| XYZ | 39.83 | 20.22 | 45.52 | - |
| YUV | 104.93 | 170.93 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 181 | 0 | 0.87 | 0.20 | 0.12 | 313.47 | 0.77 | 0.5 |
| Hex | E1 | 1D | B5 | 0 | 57 | 14 | C | 139 | 4D | 32 |
| Octal | 341 | 35 | 265 | 0 | 127 | 24 | 14 | 471 | 115 | 62 |
| Binary | 11100001 | 11101 | 10110101 | 0 | 1010111 | 10100 | 1100 | 100111001 | 1001101 | 110010 |
Color Harmonies of #E11DB5
Complementary color
Monochromatic Colors of #E11DB5
Black with #E11DB5
Text Example
Text Example
White with #E11DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DB5; }
p { color: rgb(225,29,181); }
H1.HeaderClassName
{
color: #E11DB5;
}
.AnyTagClassName
{
color: #E11DB5;
}
</style>
background-color css
<style>
a { background-color: #E11DB5; }
a { background-color: rgb(225,29,181); }
div.DivClassName
{
background-color: #E11DB5;
}
.BgClassName
{
background-color: #E11DB5;
}
</style>
border-color css
<style>
span { border-color: #E11DB5; }
span { border-color: rgb(225,29,181); }
td.TdClassName
{
border-color: #E11DB5;
}
.TagClassName
{
border-color: #E11DB5;
}
</style>