Shades of Shocking Pink #E40EBC
Tints of Shocking Pink #E40EBC
RGB
CMYK
RGB Variations
Color information
#E40EBC (or 0xE40EBC) is known color: Shocking Pink. HEX triplet: E4, 0E and BC. RGB value is (228,14,188). Sum of RGB (Red+Green+Blue) = 228+14+188=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E40EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40EBC is #1BF143. Grayscale: #616161. Windows color (decimal): -1831236 or 12324580. OLE color: 12324580.
HSL color Cylindrical-coordinate representation of color #E40EBC: hue angle of 311.21º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EBC is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.11 |
| HSL | 311.22º | 0.88% | 0.47% | - |
| HSV(B) | 311.22º | 0.94% | 0.89% | - |
| XYZ | 41.23 | 20.44 | 49.35 | - |
| YUV | 97.82 | 178.9 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 188 | 0 | 0.94 | 0.18 | 0.11 | 311.22 | 0.88 | 0.47 |
| Hex | E4 | E | BC | 0 | 5E | 12 | B | 137 | 58 | 2F |
| Octal | 344 | 16 | 274 | 0 | 136 | 22 | 13 | 467 | 130 | 57 |
| Binary | 11100100 | 1110 | 10111100 | 0 | 1011110 | 10010 | 1011 | 100110111 | 1011000 | 101111 |
Color Harmonies of #E40EBC
Complementary color
Monochromatic Colors of #E40EBC
Black with #E40EBC
Text Example
Text Example
White with #E40EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40EBC; }
p { color: rgb(228,14,188); }
H1.HeaderClassName
{
color: #E40EBC;
}
.AnyTagClassName
{
color: #E40EBC;
}
</style>
background-color css
<style>
a { background-color: #E40EBC; }
a { background-color: rgb(228,14,188); }
div.DivClassName
{
background-color: #E40EBC;
}
.BgClassName
{
background-color: #E40EBC;
}
</style>
border-color css
<style>
span { border-color: #E40EBC; }
span { border-color: rgb(228,14,188); }
td.TdClassName
{
border-color: #E40EBC;
}
.TagClassName
{
border-color: #E40EBC;
}
</style>