Shades of Shocking Pink #E00FBF
Tints of Shocking Pink #E00FBF
RGB
CMYK
RGB Variations
Color information
#E00FBF (or 0xE00FBF) is known color: Shocking Pink. HEX triplet: E0, 0F and BF. RGB value is (224,15,191). Sum of RGB (Red+Green+Blue) = 224+15+191=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FBF is #1FF040. Grayscale: #616161. Windows color (decimal): -2093121 or 12521440. OLE color: 12521440.
HSL color Cylindrical-coordinate representation of color #E00FBF: hue angle of 309.47º 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 #E00FBF is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 191 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.12 |
| HSL | 309.47º | 0.87% | 0.47% | - |
| HSV(B) | 309.47º | 0.93% | 0.88% | - |
| XYZ | 40.32 | 19.95 | 51.02 | - |
| YUV | 97.56 | 180.74 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 191 | 0 | 0.93 | 0.15 | 0.12 | 309.47 | 0.87 | 0.47 |
| Hex | E0 | F | BF | 0 | 5D | F | C | 135 | 57 | 2F |
| Octal | 340 | 17 | 277 | 0 | 135 | 17 | 14 | 465 | 127 | 57 |
| Binary | 11100000 | 1111 | 10111111 | 0 | 1011101 | 1111 | 1100 | 100110101 | 1010111 | 101111 |
Color Harmonies of #E00FBF
Complementary color
Monochromatic Colors of #E00FBF
Black with #E00FBF
Text Example
Text Example
White with #E00FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FBF; }
p { color: rgb(224,15,191); }
H1.HeaderClassName
{
color: #E00FBF;
}
.AnyTagClassName
{
color: #E00FBF;
}
</style>
background-color css
<style>
a { background-color: #E00FBF; }
a { background-color: rgb(224,15,191); }
div.DivClassName
{
background-color: #E00FBF;
}
.BgClassName
{
background-color: #E00FBF;
}
</style>
border-color css
<style>
span { border-color: #E00FBF; }
span { border-color: rgb(224,15,191); }
td.TdClassName
{
border-color: #E00FBF;
}
.TagClassName
{
border-color: #E00FBF;
}
</style>