Shades of Shocking Pink #E01ABA
Tints of Shocking Pink #E01ABA
RGB
CMYK
RGB Variations
Color information
#E01ABA (or 0xE01ABA) is known color: Shocking Pink. HEX triplet: E0, 1A and BA. RGB value is (224,26,186). Sum of RGB (Red+Green+Blue) = 224+26+186=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ABA is #1FE545. Grayscale: #676767. Windows color (decimal): -2090310 or 12196576. OLE color: 12196576.
HSL color Cylindrical-coordinate representation of color #E01ABA: hue angle of 311.52º 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 #E01ABA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 186 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.52º | 0.79% | 0.49% | - |
| HSV(B) | 311.52º | 0.88% | 0.88% | - |
| XYZ | 39.97 | 20.13 | 48.23 | - |
| YUV | 103.44 | 174.6 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 186 | 0 | 0.88 | 0.17 | 0.12 | 311.52 | 0.79 | 0.49 |
| Hex | E0 | 1A | BA | 0 | 58 | 11 | C | 138 | 4F | 31 |
| Octal | 340 | 32 | 272 | 0 | 130 | 21 | 14 | 470 | 117 | 61 |
| Binary | 11100000 | 11010 | 10111010 | 0 | 1011000 | 10001 | 1100 | 100111000 | 1001111 | 110001 |
Color Harmonies of #E01ABA
Complementary color
Monochromatic Colors of #E01ABA
Black with #E01ABA
Text Example
Text Example
White with #E01ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ABA; }
p { color: rgb(224,26,186); }
H1.HeaderClassName
{
color: #E01ABA;
}
.AnyTagClassName
{
color: #E01ABA;
}
</style>
background-color css
<style>
a { background-color: #E01ABA; }
a { background-color: rgb(224,26,186); }
div.DivClassName
{
background-color: #E01ABA;
}
.BgClassName
{
background-color: #E01ABA;
}
</style>
border-color css
<style>
span { border-color: #E01ABA; }
span { border-color: rgb(224,26,186); }
td.TdClassName
{
border-color: #E01ABA;
}
.TagClassName
{
border-color: #E01ABA;
}
</style>