Shades of Shocking Pink #E023BC
Tints of Shocking Pink #E023BC
RGB
CMYK
RGB Variations
Color information
#E023BC (or 0xE023BC) is known color: Shocking Pink. HEX triplet: E0, 23 and BC. RGB value is (224,35,188). Sum of RGB (Red+Green+Blue) = 224+35+188=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E023BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E023BC is #1FDC43. Grayscale: #6C6C6C. Windows color (decimal): -2088004 or 12329952. OLE color: 12329952.
HSL color Cylindrical-coordinate representation of color #E023BC: hue angle of 311.43º degrees, saturation: 0.75, 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 #E023BC is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 188 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.12 |
| HSL | 311.43º | 0.75% | 0.51% | - |
| HSV(B) | 311.43º | 0.84% | 0.88% | - |
| XYZ | 40.42 | 20.68 | 49.44 | - |
| YUV | 108.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 188 | 0 | 0.84 | 0.16 | 0.12 | 311.43 | 0.75 | 0.51 |
| Hex | E0 | 23 | BC | 0 | 54 | 10 | C | 137 | 4B | 33 |
| Octal | 340 | 43 | 274 | 0 | 124 | 20 | 14 | 467 | 113 | 63 |
| Binary | 11100000 | 100011 | 10111100 | 0 | 1010100 | 10000 | 1100 | 100110111 | 1001011 | 110011 |
Color Harmonies of #E023BC
Complementary color
Monochromatic Colors of #E023BC
Black with #E023BC
Text Example
Text Example
White with #E023BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023BC; }
p { color: rgb(224,35,188); }
H1.HeaderClassName
{
color: #E023BC;
}
.AnyTagClassName
{
color: #E023BC;
}
</style>
background-color css
<style>
a { background-color: #E023BC; }
a { background-color: rgb(224,35,188); }
div.DivClassName
{
background-color: #E023BC;
}
.BgClassName
{
background-color: #E023BC;
}
</style>
border-color css
<style>
span { border-color: #E023BC; }
span { border-color: rgb(224,35,188); }
td.TdClassName
{
border-color: #E023BC;
}
.TagClassName
{
border-color: #E023BC;
}
</style>