Shades of Shocking Pink #E123BC
Tints of Shocking Pink #E123BC
RGB
CMYK
RGB Variations
Color information
#E123BC (or 0xE123BC) is known color: Shocking Pink. HEX triplet: E1, 23 and BC. RGB value is (225,35,188). Sum of RGB (Red+Green+Blue) = 225+35+188=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E123BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123BC is #1EDC43. Grayscale: #6C6C6C. Windows color (decimal): -2022468 or 12329953. OLE color: 12329953.
HSL color Cylindrical-coordinate representation of color #E123BC: hue angle of 311.68º 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 #E123BC is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 188 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.12 |
| HSL | 311.68º | 0.76% | 0.51% | - |
| HSV(B) | 311.68º | 0.84% | 0.88% | - |
| XYZ | 40.73 | 20.84 | 49.45 | - |
| YUV | 109.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 188 | 0 | 0.84 | 0.16 | 0.12 | 311.68 | 0.76 | 0.51 |
| Hex | E1 | 23 | BC | 0 | 54 | 10 | C | 138 | 4C | 33 |
| Octal | 341 | 43 | 274 | 0 | 124 | 20 | 14 | 470 | 114 | 63 |
| Binary | 11100001 | 100011 | 10111100 | 0 | 1010100 | 10000 | 1100 | 100111000 | 1001100 | 110011 |
Color Harmonies of #E123BC
Complementary color
Monochromatic Colors of #E123BC
Black with #E123BC
Text Example
Text Example
White with #E123BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123BC; }
p { color: rgb(225,35,188); }
H1.HeaderClassName
{
color: #E123BC;
}
.AnyTagClassName
{
color: #E123BC;
}
</style>
background-color css
<style>
a { background-color: #E123BC; }
a { background-color: rgb(225,35,188); }
div.DivClassName
{
background-color: #E123BC;
}
.BgClassName
{
background-color: #E123BC;
}
</style>
border-color css
<style>
span { border-color: #E123BC; }
span { border-color: rgb(225,35,188); }
td.TdClassName
{
border-color: #E123BC;
}
.TagClassName
{
border-color: #E123BC;
}
</style>