Shades of Shocking Pink #E11ACD
Tints of Shocking Pink #E11ACD
RGB
CMYK
RGB Variations
Color information
#E11ACD (or 0xE11ACD) is known color: Shocking Pink. HEX triplet: E1, 1A and CD. RGB value is (225,26,205). Sum of RGB (Red+Green+Blue) = 225+26+205=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ACD is #1EE532. Grayscale: #696969. Windows color (decimal): -2024755 or 13441761. OLE color: 13441761.
HSL color Cylindrical-coordinate representation of color #E11ACD: hue angle of 306.03º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11ACD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 205 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.12 |
| HSL | 306.03º | 0.79% | 0.49% | - |
| HSV(B) | 306.03º | 0.88% | 0.88% | - |
| XYZ | 42.44 | 21.15 | 59.6 | - |
| YUV | 105.91 | 183.93 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 205 | 0 | 0.88 | 0.09 | 0.12 | 306.03 | 0.79 | 0.49 |
| Hex | E1 | 1A | CD | 0 | 58 | 9 | C | 132 | 4F | 31 |
| Octal | 341 | 32 | 315 | 0 | 130 | 11 | 14 | 462 | 117 | 61 |
| Binary | 11100001 | 11010 | 11001101 | 0 | 1011000 | 1001 | 1100 | 100110010 | 1001111 | 110001 |
Color Harmonies of #E11ACD
Complementary color
Monochromatic Colors of #E11ACD
Black with #E11ACD
Text Example
Text Example
White with #E11ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ACD; }
p { color: rgb(225,26,205); }
H1.HeaderClassName
{
color: #E11ACD;
}
.AnyTagClassName
{
color: #E11ACD;
}
</style>
background-color css
<style>
a { background-color: #E11ACD; }
a { background-color: rgb(225,26,205); }
div.DivClassName
{
background-color: #E11ACD;
}
.BgClassName
{
background-color: #E11ACD;
}
</style>
border-color css
<style>
span { border-color: #E11ACD; }
span { border-color: rgb(225,26,205); }
td.TdClassName
{
border-color: #E11ACD;
}
.TagClassName
{
border-color: #E11ACD;
}
</style>