Shades of Shocking Pink #E11CC3
Tints of Shocking Pink #E11CC3
RGB
CMYK
RGB Variations
Color information
#E11CC3 (or 0xE11CC3) is known color: Shocking Pink. HEX triplet: E1, 1C and C3. RGB value is (225,28,195). Sum of RGB (Red+Green+Blue) = 225+28+195=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CC3 is #1EE33C. Grayscale: #696969. Windows color (decimal): -2024253 or 12786913. OLE color: 12786913.
HSL color Cylindrical-coordinate representation of color #E11CC3: hue angle of 309.14º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CC3 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 195 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.12 |
| HSL | 309.14º | 0.78% | 0.5% | - |
| HSV(B) | 309.14º | 0.88% | 0.88% | - |
| XYZ | 41.32 | 20.78 | 53.46 | - |
| YUV | 105.94 | 178.27 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 195 | 0 | 0.88 | 0.13 | 0.12 | 309.14 | 0.78 | 0.5 |
| Hex | E1 | 1C | C3 | 0 | 58 | D | C | 135 | 4E | 32 |
| Octal | 341 | 34 | 303 | 0 | 130 | 15 | 14 | 465 | 116 | 62 |
| Binary | 11100001 | 11100 | 11000011 | 0 | 1011000 | 1101 | 1100 | 100110101 | 1001110 | 110010 |
Color Harmonies of #E11CC3
Complementary color
Monochromatic Colors of #E11CC3
Black with #E11CC3
Text Example
Text Example
White with #E11CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CC3; }
p { color: rgb(225,28,195); }
H1.HeaderClassName
{
color: #E11CC3;
}
.AnyTagClassName
{
color: #E11CC3;
}
</style>
background-color css
<style>
a { background-color: #E11CC3; }
a { background-color: rgb(225,28,195); }
div.DivClassName
{
background-color: #E11CC3;
}
.BgClassName
{
background-color: #E11CC3;
}
</style>
border-color css
<style>
span { border-color: #E11CC3; }
span { border-color: rgb(225,28,195); }
td.TdClassName
{
border-color: #E11CC3;
}
.TagClassName
{
border-color: #E11CC3;
}
</style>