Shades of Shocking Pink #E11FBA
Tints of Shocking Pink #E11FBA
RGB
CMYK
RGB Variations
Color information
#E11FBA (or 0xE11FBA) is known color: Shocking Pink. HEX triplet: E1, 1F and BA. RGB value is (225,31,186). Sum of RGB (Red+Green+Blue) = 225+31+186=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FBA is #1EE045. Grayscale: #6A6A6A. Windows color (decimal): -2023494 or 12197857. OLE color: 12197857.
HSL color Cylindrical-coordinate representation of color #E11FBA: hue angle of 312.06º 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 #E11FBA is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 186 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.12 |
| HSL | 312.06º | 0.76% | 0.5% | - |
| HSV(B) | 312.06º | 0.86% | 0.88% | - |
| XYZ | 40.4 | 20.53 | 48.29 | - |
| YUV | 106.68 | 172.77 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 186 | 0 | 0.86 | 0.17 | 0.12 | 312.06 | 0.76 | 0.5 |
| Hex | E1 | 1F | BA | 0 | 56 | 11 | C | 138 | 4C | 32 |
| Octal | 341 | 37 | 272 | 0 | 126 | 21 | 14 | 470 | 114 | 62 |
| Binary | 11100001 | 11111 | 10111010 | 0 | 1010110 | 10001 | 1100 | 100111000 | 1001100 | 110010 |
Color Harmonies of #E11FBA
Complementary color
Monochromatic Colors of #E11FBA
Black with #E11FBA
Text Example
Text Example
White with #E11FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FBA; }
p { color: rgb(225,31,186); }
H1.HeaderClassName
{
color: #E11FBA;
}
.AnyTagClassName
{
color: #E11FBA;
}
</style>
background-color css
<style>
a { background-color: #E11FBA; }
a { background-color: rgb(225,31,186); }
div.DivClassName
{
background-color: #E11FBA;
}
.BgClassName
{
background-color: #E11FBA;
}
</style>
border-color css
<style>
span { border-color: #E11FBA; }
span { border-color: rgb(225,31,186); }
td.TdClassName
{
border-color: #E11FBA;
}
.TagClassName
{
border-color: #E11FBA;
}
</style>