Shades of Shocking Pink #E124BA
Tints of Shocking Pink #E124BA
RGB
CMYK
RGB Variations
Color information
#E124BA (or 0xE124BA) is known color: Shocking Pink. HEX triplet: E1, 24 and BA. RGB value is (225,36,186). Sum of RGB (Red+Green+Blue) = 225+36+186=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E124BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124BA is #1EDB45. Grayscale: #6D6D6D. Windows color (decimal): -2022214 or 12199137. OLE color: 12199137.
HSL color Cylindrical-coordinate representation of color #E124BA: hue angle of 312.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E124BA is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 186 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.12 |
| HSL | 312.38º | 0.76% | 0.51% | - |
| HSV(B) | 312.38º | 0.84% | 0.88% | - |
| XYZ | 40.55 | 20.81 | 48.34 | - |
| YUV | 109.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 186 | 0 | 0.84 | 0.17 | 0.12 | 312.38 | 0.76 | 0.51 |
| Hex | E1 | 24 | BA | 0 | 54 | 11 | C | 138 | 4C | 33 |
| Octal | 341 | 44 | 272 | 0 | 124 | 21 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100100 | 10111010 | 0 | 1010100 | 10001 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E124BA
Complementary color
Monochromatic Colors of #E124BA
Black with #E124BA
Text Example
Text Example
White with #E124BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124BA; }
p { color: rgb(225,36,186); }
H1.HeaderClassName
{
color: #E124BA;
}
.AnyTagClassName
{
color: #E124BA;
}
</style>
background-color css
<style>
a { background-color: #E124BA; }
a { background-color: rgb(225,36,186); }
div.DivClassName
{
background-color: #E124BA;
}
.BgClassName
{
background-color: #E124BA;
}
</style>
border-color css
<style>
span { border-color: #E124BA; }
span { border-color: rgb(225,36,186); }
td.TdClassName
{
border-color: #E124BA;
}
.TagClassName
{
border-color: #E124BA;
}
</style>