Shades of Shocking Pink #E00BBE
Tints of Shocking Pink #E00BBE
RGB
CMYK
RGB Variations
Color information
#E00BBE (or 0xE00BBE) is known color: Shocking Pink. HEX triplet: E0, 0B and BE. RGB value is (224,11,190). Sum of RGB (Red+Green+Blue) = 224+11+190=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BBE is #1FF441. Grayscale: #5E5E5E. Windows color (decimal): -2094146 or 12454880. OLE color: 12454880.
HSL color Cylindrical-coordinate representation of color #E00BBE: hue angle of 309.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00BBE is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.12 |
| HSL | 309.58º | 0.91% | 0.46% | - |
| HSV(B) | 309.58º | 0.95% | 0.88% | - |
| XYZ | 40.15 | 19.8 | 50.42 | - |
| YUV | 95.09 | 181.57 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 190 | 0 | 0.95 | 0.15 | 0.12 | 309.58 | 0.91 | 0.46 |
| Hex | E0 | B | BE | 0 | 5F | F | C | 136 | 5B | 2E |
| Octal | 340 | 13 | 276 | 0 | 137 | 17 | 14 | 466 | 133 | 56 |
| Binary | 11100000 | 1011 | 10111110 | 0 | 1011111 | 1111 | 1100 | 100110110 | 1011011 | 101110 |
Color Harmonies of #E00BBE
Complementary color
Monochromatic Colors of #E00BBE
Black with #E00BBE
Text Example
Text Example
White with #E00BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00BBE; }
p { color: rgb(224,11,190); }
H1.HeaderClassName
{
color: #E00BBE;
}
.AnyTagClassName
{
color: #E00BBE;
}
</style>
background-color css
<style>
a { background-color: #E00BBE; }
a { background-color: rgb(224,11,190); }
div.DivClassName
{
background-color: #E00BBE;
}
.BgClassName
{
background-color: #E00BBE;
}
</style>
border-color css
<style>
span { border-color: #E00BBE; }
span { border-color: rgb(224,11,190); }
td.TdClassName
{
border-color: #E00BBE;
}
.TagClassName
{
border-color: #E00BBE;
}
</style>