Shades of Shocking Pink #E123BD
Tints of Shocking Pink #E123BD
RGB
CMYK
RGB Variations
Color information
#E123BD (or 0xE123BD) is known color: Shocking Pink. HEX triplet: E1, 23 and BD. RGB value is (225,35,189). Sum of RGB (Red+Green+Blue) = 225+35+189=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E123BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123BD is #1EDC42. Grayscale: #6C6C6C. Windows color (decimal): -2022467 or 12395489. OLE color: 12395489.
HSL color Cylindrical-coordinate representation of color #E123BD: hue angle of 311.37º 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 #E123BD is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 189 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.12 |
| HSL | 311.37º | 0.76% | 0.51% | - |
| HSV(B) | 311.37º | 0.84% | 0.88% | - |
| XYZ | 40.84 | 20.88 | 50.02 | - |
| YUV | 109.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 189 | 0 | 0.84 | 0.16 | 0.12 | 311.37 | 0.76 | 0.51 |
| Hex | E1 | 23 | BD | 0 | 54 | 10 | C | 137 | 4C | 33 |
| Octal | 341 | 43 | 275 | 0 | 124 | 20 | 14 | 467 | 114 | 63 |
| Binary | 11100001 | 100011 | 10111101 | 0 | 1010100 | 10000 | 1100 | 100110111 | 1001100 | 110011 |
Color Harmonies of #E123BD
Complementary color
Monochromatic Colors of #E123BD
Black with #E123BD
Text Example
Text Example
White with #E123BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123BD; }
p { color: rgb(225,35,189); }
H1.HeaderClassName
{
color: #E123BD;
}
.AnyTagClassName
{
color: #E123BD;
}
</style>
background-color css
<style>
a { background-color: #E123BD; }
a { background-color: rgb(225,35,189); }
div.DivClassName
{
background-color: #E123BD;
}
.BgClassName
{
background-color: #E123BD;
}
</style>
border-color css
<style>
span { border-color: #E123BD; }
span { border-color: rgb(225,35,189); }
td.TdClassName
{
border-color: #E123BD;
}
.TagClassName
{
border-color: #E123BD;
}
</style>