Shades of Shocking Pink #E01BBA
Tints of Shocking Pink #E01BBA
RGB
CMYK
RGB Variations
Color information
#E01BBA (or 0xE01BBA) is known color: Shocking Pink. HEX triplet: E0, 1B and BA. RGB value is (224,27,186). Sum of RGB (Red+Green+Blue) = 224+27+186=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BBA is #1FE445. Grayscale: #676767. Windows color (decimal): -2090054 or 12196832. OLE color: 12196832.
HSL color Cylindrical-coordinate representation of color #E01BBA: hue angle of 311.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BBA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 186 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.57º | 0.78% | 0.49% | - |
| HSV(B) | 311.57º | 0.88% | 0.88% | - |
| XYZ | 40 | 20.18 | 48.24 | - |
| YUV | 104.03 | 174.27 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 186 | 0 | 0.88 | 0.17 | 0.12 | 311.57 | 0.78 | 0.49 |
| Hex | E0 | 1B | BA | 0 | 58 | 11 | C | 138 | 4E | 31 |
| Octal | 340 | 33 | 272 | 0 | 130 | 21 | 14 | 470 | 116 | 61 |
| Binary | 11100000 | 11011 | 10111010 | 0 | 1011000 | 10001 | 1100 | 100111000 | 1001110 | 110001 |
Color Harmonies of #E01BBA
Complementary color
Monochromatic Colors of #E01BBA
Black with #E01BBA
Text Example
Text Example
White with #E01BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BBA; }
p { color: rgb(224,27,186); }
H1.HeaderClassName
{
color: #E01BBA;
}
.AnyTagClassName
{
color: #E01BBA;
}
</style>
background-color css
<style>
a { background-color: #E01BBA; }
a { background-color: rgb(224,27,186); }
div.DivClassName
{
background-color: #E01BBA;
}
.BgClassName
{
background-color: #E01BBA;
}
</style>
border-color css
<style>
span { border-color: #E01BBA; }
span { border-color: rgb(224,27,186); }
td.TdClassName
{
border-color: #E01BBA;
}
.TagClassName
{
border-color: #E01BBA;
}
</style>