Shades of Shocking Pink #E121BA
Tints of Shocking Pink #E121BA
RGB
CMYK
RGB Variations
Color information
#E121BA (or 0xE121BA) is known color: Shocking Pink. HEX triplet: E1, 21 and BA. RGB value is (225,33,186). Sum of RGB (Red+Green+Blue) = 225+33+186=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E121BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121BA is #1EDE45. Grayscale: #6B6B6B. Windows color (decimal): -2022982 or 12198369. OLE color: 12198369.
HSL color Cylindrical-coordinate representation of color #E121BA: hue angle of 312.19º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E121BA is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 186 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.12 |
| HSL | 312.19º | 0.76% | 0.51% | - |
| HSV(B) | 312.19º | 0.85% | 0.88% | - |
| XYZ | 40.46 | 20.64 | 48.31 | - |
| YUV | 107.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 186 | 0 | 0.85 | 0.17 | 0.12 | 312.19 | 0.76 | 0.51 |
| Hex | E1 | 21 | BA | 0 | 55 | 11 | C | 138 | 4C | 33 |
| Octal | 341 | 41 | 272 | 0 | 125 | 21 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100001 | 10111010 | 0 | 1010101 | 10001 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E121BA
Complementary color
Monochromatic Colors of #E121BA
Black with #E121BA
Text Example
Text Example
White with #E121BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121BA; }
p { color: rgb(225,33,186); }
H1.HeaderClassName
{
color: #E121BA;
}
.AnyTagClassName
{
color: #E121BA;
}
</style>
background-color css
<style>
a { background-color: #E121BA; }
a { background-color: rgb(225,33,186); }
div.DivClassName
{
background-color: #E121BA;
}
.BgClassName
{
background-color: #E121BA;
}
</style>
border-color css
<style>
span { border-color: #E121BA; }
span { border-color: rgb(225,33,186); }
td.TdClassName
{
border-color: #E121BA;
}
.TagClassName
{
border-color: #E121BA;
}
</style>