Shades of Shocking Pink #E11BC5
Tints of Shocking Pink #E11BC5
RGB
CMYK
RGB Variations
Color information
#E11BC5 (or 0xE11BC5) is known color: Shocking Pink. HEX triplet: E1, 1B and C5. RGB value is (225,27,197). Sum of RGB (Red+Green+Blue) = 225+27+197=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BC5 is #1EE43A. Grayscale: #696969. Windows color (decimal): -2024507 or 12917729. OLE color: 12917729.
HSL color Cylindrical-coordinate representation of color #E11BC5: hue angle of 308.48º 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 #E11BC5 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 197 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.12 |
| HSL | 308.48º | 0.79% | 0.49% | - |
| HSV(B) | 308.48º | 0.88% | 0.88% | - |
| XYZ | 41.52 | 20.82 | 54.65 | - |
| YUV | 105.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 197 | 0 | 0.88 | 0.12 | 0.12 | 308.48 | 0.79 | 0.49 |
| Hex | E1 | 1B | C5 | 0 | 58 | C | C | 134 | 4F | 31 |
| Octal | 341 | 33 | 305 | 0 | 130 | 14 | 14 | 464 | 117 | 61 |
| Binary | 11100001 | 11011 | 11000101 | 0 | 1011000 | 1100 | 1100 | 100110100 | 1001111 | 110001 |
Color Harmonies of #E11BC5
Complementary color
Monochromatic Colors of #E11BC5
Black with #E11BC5
Text Example
Text Example
White with #E11BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BC5; }
p { color: rgb(225,27,197); }
H1.HeaderClassName
{
color: #E11BC5;
}
.AnyTagClassName
{
color: #E11BC5;
}
</style>
background-color css
<style>
a { background-color: #E11BC5; }
a { background-color: rgb(225,27,197); }
div.DivClassName
{
background-color: #E11BC5;
}
.BgClassName
{
background-color: #E11BC5;
}
</style>
border-color css
<style>
span { border-color: #E11BC5; }
span { border-color: rgb(225,27,197); }
td.TdClassName
{
border-color: #E11BC5;
}
.TagClassName
{
border-color: #E11BC5;
}
</style>