Shades of Shocking Pink #E11CBE
Tints of Shocking Pink #E11CBE
RGB
CMYK
RGB Variations
Color information
#E11CBE (or 0xE11CBE) is known color: Shocking Pink. HEX triplet: E1, 1C and BE. RGB value is (225,28,190). Sum of RGB (Red+Green+Blue) = 225+28+190=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CBE is #1EE341. Grayscale: #686868. Windows color (decimal): -2024258 or 12459233. OLE color: 12459233.
HSL color Cylindrical-coordinate representation of color #E11CBE: hue angle of 310.66º 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 #E11CBE is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 190 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.12 |
| HSL | 310.66º | 0.78% | 0.5% | - |
| HSV(B) | 310.66º | 0.88% | 0.88% | - |
| XYZ | 40.76 | 20.56 | 50.53 | - |
| YUV | 105.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 190 | 0 | 0.88 | 0.16 | 0.12 | 310.66 | 0.78 | 0.5 |
| Hex | E1 | 1C | BE | 0 | 58 | 10 | C | 137 | 4E | 32 |
| Octal | 341 | 34 | 276 | 0 | 130 | 20 | 14 | 467 | 116 | 62 |
| Binary | 11100001 | 11100 | 10111110 | 0 | 1011000 | 10000 | 1100 | 100110111 | 1001110 | 110010 |
Color Harmonies of #E11CBE
Complementary color
Monochromatic Colors of #E11CBE
Black with #E11CBE
Text Example
Text Example
White with #E11CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CBE; }
p { color: rgb(225,28,190); }
H1.HeaderClassName
{
color: #E11CBE;
}
.AnyTagClassName
{
color: #E11CBE;
}
</style>
background-color css
<style>
a { background-color: #E11CBE; }
a { background-color: rgb(225,28,190); }
div.DivClassName
{
background-color: #E11CBE;
}
.BgClassName
{
background-color: #E11CBE;
}
</style>
border-color css
<style>
span { border-color: #E11CBE; }
span { border-color: rgb(225,28,190); }
td.TdClassName
{
border-color: #E11CBE;
}
.TagClassName
{
border-color: #E11CBE;
}
</style>