Shades of Shocking Pink #E00FB4
Tints of Shocking Pink #E00FB4
RGB
CMYK
RGB Variations
Color information
#E00FB4 (or 0xE00FB4) is known color: Shocking Pink. HEX triplet: E0, 0F and B4. RGB value is (224,15,180). Sum of RGB (Red+Green+Blue) = 224+15+180=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FB4 is #1FF04B. Grayscale: #5F5F5F. Windows color (decimal): -2093132 or 11800544. OLE color: 11800544.
HSL color Cylindrical-coordinate representation of color #E00FB4: hue angle of 312.63º 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 #E00FB4 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 180 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.12 |
| HSL | 312.63º | 0.87% | 0.47% | - |
| HSV(B) | 312.63º | 0.93% | 0.88% | - |
| XYZ | 39.15 | 19.48 | 44.88 | - |
| YUV | 96.3 | 175.24 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 180 | 0 | 0.93 | 0.20 | 0.12 | 312.63 | 0.87 | 0.47 |
| Hex | E0 | F | B4 | 0 | 5D | 14 | C | 139 | 57 | 2F |
| Octal | 340 | 17 | 264 | 0 | 135 | 24 | 14 | 471 | 127 | 57 |
| Binary | 11100000 | 1111 | 10110100 | 0 | 1011101 | 10100 | 1100 | 100111001 | 1010111 | 101111 |
Color Harmonies of #E00FB4
Complementary color
Monochromatic Colors of #E00FB4
Black with #E00FB4
Text Example
Text Example
White with #E00FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FB4; }
p { color: rgb(224,15,180); }
H1.HeaderClassName
{
color: #E00FB4;
}
.AnyTagClassName
{
color: #E00FB4;
}
</style>
background-color css
<style>
a { background-color: #E00FB4; }
a { background-color: rgb(224,15,180); }
div.DivClassName
{
background-color: #E00FB4;
}
.BgClassName
{
background-color: #E00FB4;
}
</style>
border-color css
<style>
span { border-color: #E00FB4; }
span { border-color: rgb(224,15,180); }
td.TdClassName
{
border-color: #E00FB4;
}
.TagClassName
{
border-color: #E00FB4;
}
</style>