Shades of Shocking Pink #E00BBA
Tints of Shocking Pink #E00BBA
RGB
CMYK
RGB Variations
Color information
#E00BBA (or 0xE00BBA) is known color: Shocking Pink. HEX triplet: E0, 0B and BA. RGB value is (224,11,186). Sum of RGB (Red+Green+Blue) = 224+11+186=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BBA is #1FF445. Grayscale: #5E5E5E. Windows color (decimal): -2094150 or 12192736. OLE color: 12192736.
HSL color Cylindrical-coordinate representation of color #E00BBA: hue angle of 310.7º 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 #E00BBA is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.12 |
| HSL | 310.7º | 0.91% | 0.46% | - |
| HSV(B) | 310.7º | 0.95% | 0.88% | - |
| XYZ | 39.72 | 19.63 | 48.15 | - |
| YUV | 94.64 | 179.57 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 186 | 0 | 0.95 | 0.17 | 0.12 | 310.7 | 0.91 | 0.46 |
| Hex | E0 | B | BA | 0 | 5F | 11 | C | 137 | 5B | 2E |
| Octal | 340 | 13 | 272 | 0 | 137 | 21 | 14 | 467 | 133 | 56 |
| Binary | 11100000 | 1011 | 10111010 | 0 | 1011111 | 10001 | 1100 | 100110111 | 1011011 | 101110 |
Color Harmonies of #E00BBA
Complementary color
Monochromatic Colors of #E00BBA
Black with #E00BBA
Text Example
Text Example
White with #E00BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00BBA; }
p { color: rgb(224,11,186); }
H1.HeaderClassName
{
color: #E00BBA;
}
.AnyTagClassName
{
color: #E00BBA;
}
</style>
background-color css
<style>
a { background-color: #E00BBA; }
a { background-color: rgb(224,11,186); }
div.DivClassName
{
background-color: #E00BBA;
}
.BgClassName
{
background-color: #E00BBA;
}
</style>
border-color css
<style>
span { border-color: #E00BBA; }
span { border-color: rgb(224,11,186); }
td.TdClassName
{
border-color: #E00BBA;
}
.TagClassName
{
border-color: #E00BBA;
}
</style>