Shades of Shocking Pink #E11FB9
Tints of Shocking Pink #E11FB9
RGB
CMYK
RGB Variations
Color information
#E11FB9 (or 0xE11FB9) is known color: Shocking Pink. HEX triplet: E1, 1F and B9. RGB value is (225,31,185). Sum of RGB (Red+Green+Blue) = 225+31+185=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FB9 is #1EE046. Grayscale: #6A6A6A. Windows color (decimal): -2023495 or 12132321. OLE color: 12132321.
HSL color Cylindrical-coordinate representation of color #E11FB9: hue angle of 312.37º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FB9 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 185 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.12 |
| HSL | 312.37º | 0.76% | 0.5% | - |
| HSV(B) | 312.37º | 0.86% | 0.88% | - |
| XYZ | 40.3 | 20.49 | 47.73 | - |
| YUV | 106.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 185 | 0 | 0.86 | 0.18 | 0.12 | 312.37 | 0.76 | 0.5 |
| Hex | E1 | 1F | B9 | 0 | 56 | 12 | C | 138 | 4C | 32 |
| Octal | 341 | 37 | 271 | 0 | 126 | 22 | 14 | 470 | 114 | 62 |
| Binary | 11100001 | 11111 | 10111001 | 0 | 1010110 | 10010 | 1100 | 100111000 | 1001100 | 110010 |
Color Harmonies of #E11FB9
Complementary color
Monochromatic Colors of #E11FB9
Black with #E11FB9
Text Example
Text Example
White with #E11FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FB9; }
p { color: rgb(225,31,185); }
H1.HeaderClassName
{
color: #E11FB9;
}
.AnyTagClassName
{
color: #E11FB9;
}
</style>
background-color css
<style>
a { background-color: #E11FB9; }
a { background-color: rgb(225,31,185); }
div.DivClassName
{
background-color: #E11FB9;
}
.BgClassName
{
background-color: #E11FB9;
}
</style>
border-color css
<style>
span { border-color: #E11FB9; }
span { border-color: rgb(225,31,185); }
td.TdClassName
{
border-color: #E11FB9;
}
.TagClassName
{
border-color: #E11FB9;
}
</style>