Shades of Shocking Pink #E010BF
Tints of Shocking Pink #E010BF
RGB
CMYK
RGB Variations
Color information
#E010BF (or 0xE010BF) is known color: Shocking Pink. HEX triplet: E0, 10 and BF. RGB value is (224,16,191). Sum of RGB (Red+Green+Blue) = 224+16+191=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E010BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010BF is #1FEF40. Grayscale: #616161. Windows color (decimal): -2092865 or 12521696. OLE color: 12521696.
HSL color Cylindrical-coordinate representation of color #E010BF: hue angle of 309.52º 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 #E010BF is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 191 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.12 |
| HSL | 309.52º | 0.87% | 0.47% | - |
| HSV(B) | 309.52º | 0.93% | 0.88% | - |
| XYZ | 40.33 | 19.98 | 51.02 | - |
| YUV | 98.14 | 180.41 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 191 | 0 | 0.93 | 0.15 | 0.12 | 309.52 | 0.87 | 0.47 |
| Hex | E0 | 10 | BF | 0 | 5D | F | C | 136 | 57 | 2F |
| Octal | 340 | 20 | 277 | 0 | 135 | 17 | 14 | 466 | 127 | 57 |
| Binary | 11100000 | 10000 | 10111111 | 0 | 1011101 | 1111 | 1100 | 100110110 | 1010111 | 101111 |
Color Harmonies of #E010BF
Complementary color
Monochromatic Colors of #E010BF
Black with #E010BF
Text Example
Text Example
White with #E010BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010BF; }
p { color: rgb(224,16,191); }
H1.HeaderClassName
{
color: #E010BF;
}
.AnyTagClassName
{
color: #E010BF;
}
</style>
background-color css
<style>
a { background-color: #E010BF; }
a { background-color: rgb(224,16,191); }
div.DivClassName
{
background-color: #E010BF;
}
.BgClassName
{
background-color: #E010BF;
}
</style>
border-color css
<style>
span { border-color: #E010BF; }
span { border-color: rgb(224,16,191); }
td.TdClassName
{
border-color: #E010BF;
}
.TagClassName
{
border-color: #E010BF;
}
</style>