Shades of Shocking Pink #E00FBC
Tints of Shocking Pink #E00FBC
RGB
CMYK
RGB Variations
Color information
#E00FBC (or 0xE00FBC) is known color: Shocking Pink. HEX triplet: E0, 0F and BC. RGB value is (224,15,188). Sum of RGB (Red+Green+Blue) = 224+15+188=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FBC is #1FF043. Grayscale: #606060. Windows color (decimal): -2093124 or 12324832. OLE color: 12324832.
HSL color Cylindrical-coordinate representation of color #E00FBC: hue angle of 310.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00FBC is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.12 |
| HSL | 310.33º | 0.87% | 0.47% | - |
| HSV(B) | 310.33º | 0.93% | 0.88% | - |
| XYZ | 39.99 | 19.82 | 49.29 | - |
| YUV | 97.21 | 179.24 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 188 | 0 | 0.93 | 0.16 | 0.12 | 310.33 | 0.87 | 0.47 |
| Hex | E0 | F | BC | 0 | 5D | 10 | C | 136 | 57 | 2F |
| Octal | 340 | 17 | 274 | 0 | 135 | 20 | 14 | 466 | 127 | 57 |
| Binary | 11100000 | 1111 | 10111100 | 0 | 1011101 | 10000 | 1100 | 100110110 | 1010111 | 101111 |
Color Harmonies of #E00FBC
Complementary color
Monochromatic Colors of #E00FBC
Black with #E00FBC
Text Example
Text Example
White with #E00FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FBC; }
p { color: rgb(224,15,188); }
H1.HeaderClassName
{
color: #E00FBC;
}
.AnyTagClassName
{
color: #E00FBC;
}
</style>
background-color css
<style>
a { background-color: #E00FBC; }
a { background-color: rgb(224,15,188); }
div.DivClassName
{
background-color: #E00FBC;
}
.BgClassName
{
background-color: #E00FBC;
}
</style>
border-color css
<style>
span { border-color: #E00FBC; }
span { border-color: rgb(224,15,188); }
td.TdClassName
{
border-color: #E00FBC;
}
.TagClassName
{
border-color: #E00FBC;
}
</style>