Shades of Shocking Pink #E125BA
Tints of Shocking Pink #E125BA
RGB
CMYK
RGB Variations
Color information
#E125BA (or 0xE125BA) is known color: Shocking Pink. HEX triplet: E1, 25 and BA. RGB value is (225,37,186). Sum of RGB (Red+Green+Blue) = 225+37+186=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E125BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125BA is #1EDA45. Grayscale: #6D6D6D. Windows color (decimal): -2021958 or 12199393. OLE color: 12199393.
HSL color Cylindrical-coordinate representation of color #E125BA: hue angle of 312.45º 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 #E125BA is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 186 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.12 |
| HSL | 312.45º | 0.76% | 0.51% | - |
| HSV(B) | 312.45º | 0.84% | 0.88% | - |
| XYZ | 40.58 | 20.88 | 48.35 | - |
| YUV | 110.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 186 | 0 | 0.84 | 0.17 | 0.12 | 312.45 | 0.76 | 0.51 |
| Hex | E1 | 25 | BA | 0 | 54 | 11 | C | 138 | 4C | 33 |
| Octal | 341 | 45 | 272 | 0 | 124 | 21 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100101 | 10111010 | 0 | 1010100 | 10001 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E125BA
Complementary color
Monochromatic Colors of #E125BA
Black with #E125BA
Text Example
Text Example
White with #E125BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125BA; }
p { color: rgb(225,37,186); }
H1.HeaderClassName
{
color: #E125BA;
}
.AnyTagClassName
{
color: #E125BA;
}
</style>
background-color css
<style>
a { background-color: #E125BA; }
a { background-color: rgb(225,37,186); }
div.DivClassName
{
background-color: #E125BA;
}
.BgClassName
{
background-color: #E125BA;
}
</style>
border-color css
<style>
span { border-color: #E125BA; }
span { border-color: rgb(225,37,186); }
td.TdClassName
{
border-color: #E125BA;
}
.TagClassName
{
border-color: #E125BA;
}
</style>