Shades of Shocking Pink #E11CBB
Tints of Shocking Pink #E11CBB
RGB
CMYK
RGB Variations
Color information
#E11CBB (or 0xE11CBB) is known color: Shocking Pink. HEX triplet: E1, 1C and BB. RGB value is (225,28,187). Sum of RGB (Red+Green+Blue) = 225+28+187=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CBB is #1EE344. Grayscale: #686868. Windows color (decimal): -2024261 or 12262625. OLE color: 12262625.
HSL color Cylindrical-coordinate representation of color #E11CBB: hue angle of 311.57º 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 #E11CBB is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 187 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.57º | 0.78% | 0.5% | - |
| HSV(B) | 311.57º | 0.88% | 0.88% | - |
| XYZ | 40.44 | 20.43 | 48.83 | - |
| YUV | 105.03 | 174.27 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 187 | 0 | 0.88 | 0.17 | 0.12 | 311.57 | 0.78 | 0.5 |
| Hex | E1 | 1C | BB | 0 | 58 | 11 | C | 138 | 4E | 32 |
| Octal | 341 | 34 | 273 | 0 | 130 | 21 | 14 | 470 | 116 | 62 |
| Binary | 11100001 | 11100 | 10111011 | 0 | 1011000 | 10001 | 1100 | 100111000 | 1001110 | 110010 |
Color Harmonies of #E11CBB
Complementary color
Monochromatic Colors of #E11CBB
Black with #E11CBB
Text Example
Text Example
White with #E11CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CBB; }
p { color: rgb(225,28,187); }
H1.HeaderClassName
{
color: #E11CBB;
}
.AnyTagClassName
{
color: #E11CBB;
}
</style>
background-color css
<style>
a { background-color: #E11CBB; }
a { background-color: rgb(225,28,187); }
div.DivClassName
{
background-color: #E11CBB;
}
.BgClassName
{
background-color: #E11CBB;
}
</style>
border-color css
<style>
span { border-color: #E11CBB; }
span { border-color: rgb(225,28,187); }
td.TdClassName
{
border-color: #E11CBB;
}
.TagClassName
{
border-color: #E11CBB;
}
</style>