Shades of Shocking Pink #E01ABC
Tints of Shocking Pink #E01ABC
RGB
CMYK
RGB Variations
Color information
#E01ABC (or 0xE01ABC) is known color: Shocking Pink. HEX triplet: E0, 1A and BC. RGB value is (224,26,188). Sum of RGB (Red+Green+Blue) = 224+26+188=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ABC is #1FE543. Grayscale: #676767. Windows color (decimal): -2090308 or 12327648. OLE color: 12327648.
HSL color Cylindrical-coordinate representation of color #E01ABC: hue angle of 310.91º 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 #E01ABC is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 188 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.12 |
| HSL | 310.91º | 0.79% | 0.49% | - |
| HSV(B) | 310.91º | 0.88% | 0.88% | - |
| XYZ | 40.19 | 20.22 | 49.36 | - |
| YUV | 103.67 | 175.6 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 188 | 0 | 0.88 | 0.16 | 0.12 | 310.91 | 0.79 | 0.49 |
| Hex | E0 | 1A | BC | 0 | 58 | 10 | C | 137 | 4F | 31 |
| Octal | 340 | 32 | 274 | 0 | 130 | 20 | 14 | 467 | 117 | 61 |
| Binary | 11100000 | 11010 | 10111100 | 0 | 1011000 | 10000 | 1100 | 100110111 | 1001111 | 110001 |
Color Harmonies of #E01ABC
Complementary color
Monochromatic Colors of #E01ABC
Black with #E01ABC
Text Example
Text Example
White with #E01ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ABC; }
p { color: rgb(224,26,188); }
H1.HeaderClassName
{
color: #E01ABC;
}
.AnyTagClassName
{
color: #E01ABC;
}
</style>
background-color css
<style>
a { background-color: #E01ABC; }
a { background-color: rgb(224,26,188); }
div.DivClassName
{
background-color: #E01ABC;
}
.BgClassName
{
background-color: #E01ABC;
}
</style>
border-color css
<style>
span { border-color: #E01ABC; }
span { border-color: rgb(224,26,188); }
td.TdClassName
{
border-color: #E01ABC;
}
.TagClassName
{
border-color: #E01ABC;
}
</style>