Shades of Shocking Pink #E00FB2
Tints of Shocking Pink #E00FB2
RGB
CMYK
RGB Variations
Color information
#E00FB2 (or 0xE00FB2) is known color: Shocking Pink. HEX triplet: E0, 0F and B2. RGB value is (224,15,178). Sum of RGB (Red+Green+Blue) = 224+15+178=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00FB2 is #1FF04D. Grayscale: #5F5F5F. Windows color (decimal): -2093134 or 11669472. OLE color: 11669472.
HSL color Cylindrical-coordinate representation of color #E00FB2: hue angle of 313.21º 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 #E00FB2 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 178 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.12 |
| HSL | 313.21º | 0.87% | 0.47% | - |
| HSV(B) | 313.21º | 0.93% | 0.88% | - |
| XYZ | 38.95 | 19.4 | 43.81 | - |
| YUV | 96.07 | 174.24 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 178 | 0 | 0.93 | 0.21 | 0.12 | 313.21 | 0.87 | 0.47 |
| Hex | E0 | F | B2 | 0 | 5D | 15 | C | 139 | 57 | 2F |
| Octal | 340 | 17 | 262 | 0 | 135 | 25 | 14 | 471 | 127 | 57 |
| Binary | 11100000 | 1111 | 10110010 | 0 | 1011101 | 10101 | 1100 | 100111001 | 1010111 | 101111 |
Color Harmonies of #E00FB2
Complementary color
Monochromatic Colors of #E00FB2
Black with #E00FB2
Text Example
Text Example
White with #E00FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FB2; }
p { color: rgb(224,15,178); }
H1.HeaderClassName
{
color: #E00FB2;
}
.AnyTagClassName
{
color: #E00FB2;
}
</style>
background-color css
<style>
a { background-color: #E00FB2; }
a { background-color: rgb(224,15,178); }
div.DivClassName
{
background-color: #E00FB2;
}
.BgClassName
{
background-color: #E00FB2;
}
</style>
border-color css
<style>
span { border-color: #E00FB2; }
span { border-color: rgb(224,15,178); }
td.TdClassName
{
border-color: #E00FB2;
}
.TagClassName
{
border-color: #E00FB2;
}
</style>