Shades of Shocking Pink #E123BB
Tints of Shocking Pink #E123BB
RGB
CMYK
RGB Variations
Color information
#E123BB (or 0xE123BB) is known color: Shocking Pink. HEX triplet: E1, 23 and BB. RGB value is (225,35,187). Sum of RGB (Red+Green+Blue) = 225+35+187=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E123BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123BB is #1EDC44. Grayscale: #6C6C6C. Windows color (decimal): -2022469 or 12264417. OLE color: 12264417.
HSL color Cylindrical-coordinate representation of color #E123BB: hue angle of 312º 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 #E123BB is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 187 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.12 |
| HSL | 312º | 0.76% | 0.51% | - |
| HSV(B) | 312º | 0.84% | 0.88% | - |
| XYZ | 40.62 | 20.8 | 48.89 | - |
| YUV | 109.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 187 | 0 | 0.84 | 0.17 | 0.12 | 312 | 0.76 | 0.51 |
| Hex | E1 | 23 | BB | 0 | 54 | 11 | C | 138 | 4C | 33 |
| Octal | 341 | 43 | 273 | 0 | 124 | 21 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100011 | 10111011 | 0 | 1010100 | 10001 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E123BB
Complementary color
Monochromatic Colors of #E123BB
Black with #E123BB
Text Example
Text Example
White with #E123BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123BB; }
p { color: rgb(225,35,187); }
H1.HeaderClassName
{
color: #E123BB;
}
.AnyTagClassName
{
color: #E123BB;
}
</style>
background-color css
<style>
a { background-color: #E123BB; }
a { background-color: rgb(225,35,187); }
div.DivClassName
{
background-color: #E123BB;
}
.BgClassName
{
background-color: #E123BB;
}
</style>
border-color css
<style>
span { border-color: #E123BB; }
span { border-color: rgb(225,35,187); }
td.TdClassName
{
border-color: #E123BB;
}
.TagClassName
{
border-color: #E123BB;
}
</style>