Shades of Shocking Pink #E01ABB
Tints of Shocking Pink #E01ABB
RGB
CMYK
RGB Variations
Color information
#E01ABB (or 0xE01ABB) is known color: Shocking Pink. HEX triplet: E0, 1A and BB. RGB value is (224,26,187). Sum of RGB (Red+Green+Blue) = 224+26+187=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ABB is #1FE544. Grayscale: #676767. Windows color (decimal): -2090309 or 12262112. OLE color: 12262112.
HSL color Cylindrical-coordinate representation of color #E01ABB: hue angle of 311.21º degrees, saturation: 0.79, 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 #E01ABB is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.21º | 0.79% | 0.49% | - |
| HSV(B) | 311.21º | 0.88% | 0.88% | - |
| XYZ | 40.08 | 20.17 | 48.8 | - |
| YUV | 103.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 187 | 0 | 0.88 | 0.17 | 0.12 | 311.21 | 0.79 | 0.49 |
| Hex | E0 | 1A | BB | 0 | 58 | 11 | C | 137 | 4F | 31 |
| Octal | 340 | 32 | 273 | 0 | 130 | 21 | 14 | 467 | 117 | 61 |
| Binary | 11100000 | 11010 | 10111011 | 0 | 1011000 | 10001 | 1100 | 100110111 | 1001111 | 110001 |
Color Harmonies of #E01ABB
Complementary color
Monochromatic Colors of #E01ABB
Black with #E01ABB
Text Example
Text Example
White with #E01ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ABB; }
p { color: rgb(224,26,187); }
H1.HeaderClassName
{
color: #E01ABB;
}
.AnyTagClassName
{
color: #E01ABB;
}
</style>
background-color css
<style>
a { background-color: #E01ABB; }
a { background-color: rgb(224,26,187); }
div.DivClassName
{
background-color: #E01ABB;
}
.BgClassName
{
background-color: #E01ABB;
}
</style>
border-color css
<style>
span { border-color: #E01ABB; }
span { border-color: rgb(224,26,187); }
td.TdClassName
{
border-color: #E01ABB;
}
.TagClassName
{
border-color: #E01ABB;
}
</style>