Shades of Shocking Pink #E11BBC
Tints of Shocking Pink #E11BBC
RGB
CMYK
RGB Variations
Color information
#E11BBC (or 0xE11BBC) is known color: Shocking Pink. HEX triplet: E1, 1B and BC. RGB value is (225,27,188). Sum of RGB (Red+Green+Blue) = 225+27+188=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BBC is #1EE443. Grayscale: #686868. Windows color (decimal): -2024516 or 12327905. OLE color: 12327905.
HSL color Cylindrical-coordinate representation of color #E11BBC: hue angle of 311.21º 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 #E11BBC is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 188 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.12 |
| HSL | 311.21º | 0.79% | 0.49% | - |
| HSV(B) | 311.21º | 0.88% | 0.88% | - |
| XYZ | 40.52 | 20.42 | 49.38 | - |
| YUV | 104.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 188 | 0 | 0.88 | 0.16 | 0.12 | 311.21 | 0.79 | 0.49 |
| Hex | E1 | 1B | BC | 0 | 58 | 10 | C | 137 | 4F | 31 |
| Octal | 341 | 33 | 274 | 0 | 130 | 20 | 14 | 467 | 117 | 61 |
| Binary | 11100001 | 11011 | 10111100 | 0 | 1011000 | 10000 | 1100 | 100110111 | 1001111 | 110001 |
Color Harmonies of #E11BBC
Complementary color
Monochromatic Colors of #E11BBC
Black with #E11BBC
Text Example
Text Example
White with #E11BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BBC; }
p { color: rgb(225,27,188); }
H1.HeaderClassName
{
color: #E11BBC;
}
.AnyTagClassName
{
color: #E11BBC;
}
</style>
background-color css
<style>
a { background-color: #E11BBC; }
a { background-color: rgb(225,27,188); }
div.DivClassName
{
background-color: #E11BBC;
}
.BgClassName
{
background-color: #E11BBC;
}
</style>
border-color css
<style>
span { border-color: #E11BBC; }
span { border-color: rgb(225,27,188); }
td.TdClassName
{
border-color: #E11BBC;
}
.TagClassName
{
border-color: #E11BBC;
}
</style>