Shades of Shocking Pink #E11BCC
Tints of Shocking Pink #E11BCC
RGB
CMYK
RGB Variations
Color information
#E11BCC (or 0xE11BCC) is known color: Shocking Pink. HEX triplet: E1, 1B and CC. RGB value is (225,27,204). Sum of RGB (Red+Green+Blue) = 225+27+204=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BCC is #1EE433. Grayscale: #696969. Windows color (decimal): -2024500 or 13376481. OLE color: 13376481.
HSL color Cylindrical-coordinate representation of color #E11BCC: hue angle of 306.36º 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 #E11BCC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 204 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.12 |
| HSL | 306.36º | 0.79% | 0.49% | - |
| HSV(B) | 306.36º | 0.88% | 0.88% | - |
| XYZ | 42.34 | 21.15 | 58.98 | - |
| YUV | 106.38 | 183.1 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 204 | 0 | 0.88 | 0.09 | 0.12 | 306.36 | 0.79 | 0.49 |
| Hex | E1 | 1B | CC | 0 | 58 | 9 | C | 132 | 4F | 31 |
| Octal | 341 | 33 | 314 | 0 | 130 | 11 | 14 | 462 | 117 | 61 |
| Binary | 11100001 | 11011 | 11001100 | 0 | 1011000 | 1001 | 1100 | 100110010 | 1001111 | 110001 |
Color Harmonies of #E11BCC
Complementary color
Monochromatic Colors of #E11BCC
Black with #E11BCC
Text Example
Text Example
White with #E11BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BCC; }
p { color: rgb(225,27,204); }
H1.HeaderClassName
{
color: #E11BCC;
}
.AnyTagClassName
{
color: #E11BCC;
}
</style>
background-color css
<style>
a { background-color: #E11BCC; }
a { background-color: rgb(225,27,204); }
div.DivClassName
{
background-color: #E11BCC;
}
.BgClassName
{
background-color: #E11BCC;
}
</style>
border-color css
<style>
span { border-color: #E11BCC; }
span { border-color: rgb(225,27,204); }
td.TdClassName
{
border-color: #E11BCC;
}
.TagClassName
{
border-color: #E11BCC;
}
</style>