Shades of Shocking Pink #E125BB
Tints of Shocking Pink #E125BB
RGB
CMYK
RGB Variations
Color information
#E125BB (or 0xE125BB) is known color: Shocking Pink. HEX triplet: E1, 25 and BB. RGB value is (225,37,187). Sum of RGB (Red+Green+Blue) = 225+37+187=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E125BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125BB is #1EDA44. Grayscale: #6D6D6D. Windows color (decimal): -2021957 or 12264929. OLE color: 12264929.
HSL color Cylindrical-coordinate representation of color #E125BB: hue angle of 312.13º 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 #E125BB is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 187 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.12 |
| HSL | 312.13º | 0.76% | 0.51% | - |
| HSV(B) | 312.13º | 0.84% | 0.88% | - |
| XYZ | 40.68 | 20.92 | 48.91 | - |
| YUV | 110.31 | 171.28 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 187 | 0 | 0.84 | 0.17 | 0.12 | 312.13 | 0.76 | 0.51 |
| Hex | E1 | 25 | BB | 0 | 54 | 11 | C | 138 | 4C | 33 |
| Octal | 341 | 45 | 273 | 0 | 124 | 21 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100101 | 10111011 | 0 | 1010100 | 10001 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E125BB
Complementary color
Monochromatic Colors of #E125BB
Black with #E125BB
Text Example
Text Example
White with #E125BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125BB; }
p { color: rgb(225,37,187); }
H1.HeaderClassName
{
color: #E125BB;
}
.AnyTagClassName
{
color: #E125BB;
}
</style>
background-color css
<style>
a { background-color: #E125BB; }
a { background-color: rgb(225,37,187); }
div.DivClassName
{
background-color: #E125BB;
}
.BgClassName
{
background-color: #E125BB;
}
</style>
border-color css
<style>
span { border-color: #E125BB; }
span { border-color: rgb(225,37,187); }
td.TdClassName
{
border-color: #E125BB;
}
.TagClassName
{
border-color: #E125BB;
}
</style>