Shades of Shocking Pink #E124BB
Tints of Shocking Pink #E124BB
RGB
CMYK
RGB Variations
Color information
#E124BB (or 0xE124BB) is known color: Shocking Pink. HEX triplet: E1, 24 and BB. RGB value is (225,36,187). Sum of RGB (Red+Green+Blue) = 225+36+187=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E124BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124BB is #1EDB44. Grayscale: #6D6D6D. Windows color (decimal): -2022213 or 12264673. OLE color: 12264673.
HSL color Cylindrical-coordinate representation of color #E124BB: hue angle of 312.06º 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 #E124BB is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 187 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.12 |
| HSL | 312.06º | 0.76% | 0.51% | - |
| HSV(B) | 312.06º | 0.84% | 0.88% | - |
| XYZ | 40.65 | 20.86 | 48.9 | - |
| YUV | 109.73 | 171.62 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 187 | 0 | 0.84 | 0.17 | 0.12 | 312.06 | 0.76 | 0.51 |
| Hex | E1 | 24 | BB | 0 | 54 | 11 | C | 138 | 4C | 33 |
| Octal | 341 | 44 | 273 | 0 | 124 | 21 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100100 | 10111011 | 0 | 1010100 | 10001 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E124BB
Complementary color
Monochromatic Colors of #E124BB
Black with #E124BB
Text Example
Text Example
White with #E124BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124BB; }
p { color: rgb(225,36,187); }
H1.HeaderClassName
{
color: #E124BB;
}
.AnyTagClassName
{
color: #E124BB;
}
</style>
background-color css
<style>
a { background-color: #E124BB; }
a { background-color: rgb(225,36,187); }
div.DivClassName
{
background-color: #E124BB;
}
.BgClassName
{
background-color: #E124BB;
}
</style>
border-color css
<style>
span { border-color: #E124BB; }
span { border-color: rgb(225,36,187); }
td.TdClassName
{
border-color: #E124BB;
}
.TagClassName
{
border-color: #E124BB;
}
</style>