Shades of Shocking Pink #E00FBE
Tints of Shocking Pink #E00FBE
RGB
CMYK
RGB Variations
Color information
#E00FBE (or 0xE00FBE) is known color: Shocking Pink. HEX triplet: E0, 0F and BE. RGB value is (224,15,190). Sum of RGB (Red+Green+Blue) = 224+15+190=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FBE is #1FF041. Grayscale: #606060. Windows color (decimal): -2093122 or 12455904. OLE color: 12455904.
HSL color Cylindrical-coordinate representation of color #E00FBE: hue angle of 309.76º 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 #E00FBE is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.12 |
| HSL | 309.76º | 0.87% | 0.47% | - |
| HSV(B) | 309.76º | 0.93% | 0.88% | - |
| XYZ | 40.21 | 19.91 | 50.44 | - |
| YUV | 97.44 | 180.24 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 190 | 0 | 0.93 | 0.15 | 0.12 | 309.76 | 0.87 | 0.47 |
| Hex | E0 | F | BE | 0 | 5D | F | C | 136 | 57 | 2F |
| Octal | 340 | 17 | 276 | 0 | 135 | 17 | 14 | 466 | 127 | 57 |
| Binary | 11100000 | 1111 | 10111110 | 0 | 1011101 | 1111 | 1100 | 100110110 | 1010111 | 101111 |
Color Harmonies of #E00FBE
Complementary color
Monochromatic Colors of #E00FBE
Black with #E00FBE
Text Example
Text Example
White with #E00FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FBE; }
p { color: rgb(224,15,190); }
H1.HeaderClassName
{
color: #E00FBE;
}
.AnyTagClassName
{
color: #E00FBE;
}
</style>
background-color css
<style>
a { background-color: #E00FBE; }
a { background-color: rgb(224,15,190); }
div.DivClassName
{
background-color: #E00FBE;
}
.BgClassName
{
background-color: #E00FBE;
}
</style>
border-color css
<style>
span { border-color: #E00FBE; }
span { border-color: rgb(224,15,190); }
td.TdClassName
{
border-color: #E00FBE;
}
.TagClassName
{
border-color: #E00FBE;
}
</style>