Shades of Shocking Pink #EA11BA
Tints of Shocking Pink #EA11BA
RGB
CMYK
RGB Variations
Color information
#EA11BA (or 0xEA11BA) is known color: Shocking Pink. HEX triplet: EA, 11 and BA. RGB value is (234,17,186). Sum of RGB (Red+Green+Blue) = 234+17+186=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA11BA is #15EE45. Grayscale: #646464. Windows color (decimal): -1437254 or 12194282. OLE color: 12194282.
HSL color Cylindrical-coordinate representation of color #EA11BA: hue angle of 313.27º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA11BA is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 186 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.08 |
| HSL | 313.27º | 0.86% | 0.49% | - |
| HSV(B) | 313.27º | 0.93% | 0.92% | - |
| XYZ | 43 | 21.44 | 48.33 | - |
| YUV | 101.15 | 175.89 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 186 | 0 | 0.93 | 0.21 | 0.08 | 313.27 | 0.86 | 0.49 |
| Hex | EA | 11 | BA | 0 | 5D | 15 | 8 | 139 | 56 | 31 |
| Octal | 352 | 21 | 272 | 0 | 135 | 25 | 10 | 471 | 126 | 61 |
| Binary | 11101010 | 10001 | 10111010 | 0 | 1011101 | 10101 | 1000 | 100111001 | 1010110 | 110001 |
Color Harmonies of #EA11BA
Complementary color
Monochromatic Colors of #EA11BA
Black with #EA11BA
Text Example
Text Example
White with #EA11BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA11BA; }
p { color: rgb(234,17,186); }
H1.HeaderClassName
{
color: #EA11BA;
}
.AnyTagClassName
{
color: #EA11BA;
}
</style>
background-color css
<style>
a { background-color: #EA11BA; }
a { background-color: rgb(234,17,186); }
div.DivClassName
{
background-color: #EA11BA;
}
.BgClassName
{
background-color: #EA11BA;
}
</style>
border-color css
<style>
span { border-color: #EA11BA; }
span { border-color: rgb(234,17,186); }
td.TdClassName
{
border-color: #EA11BA;
}
.TagClassName
{
border-color: #EA11BA;
}
</style>