Shades of Shocking Pink #E01ABF
Tints of Shocking Pink #E01ABF
RGB
CMYK
RGB Variations
Color information
#E01ABF (or 0xE01ABF) is known color: Shocking Pink. HEX triplet: E0, 1A and BF. RGB value is (224,26,191). Sum of RGB (Red+Green+Blue) = 224+26+191=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ABF is #1FE540. Grayscale: #676767. Windows color (decimal): -2090305 or 12524256. OLE color: 12524256.
HSL color Cylindrical-coordinate representation of color #E01ABF: hue angle of 310º 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 #E01ABF is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 191 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.12 |
| HSL | 310º | 0.79% | 0.49% | - |
| HSV(B) | 310º | 0.88% | 0.88% | - |
| XYZ | 40.51 | 20.35 | 51.08 | - |
| YUV | 104.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 191 | 0 | 0.88 | 0.15 | 0.12 | 310 | 0.79 | 0.49 |
| Hex | E0 | 1A | BF | 0 | 58 | F | C | 136 | 4F | 31 |
| Octal | 340 | 32 | 277 | 0 | 130 | 17 | 14 | 466 | 117 | 61 |
| Binary | 11100000 | 11010 | 10111111 | 0 | 1011000 | 1111 | 1100 | 100110110 | 1001111 | 110001 |
Color Harmonies of #E01ABF
Complementary color
Monochromatic Colors of #E01ABF
Black with #E01ABF
Text Example
Text Example
White with #E01ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ABF; }
p { color: rgb(224,26,191); }
H1.HeaderClassName
{
color: #E01ABF;
}
.AnyTagClassName
{
color: #E01ABF;
}
</style>
background-color css
<style>
a { background-color: #E01ABF; }
a { background-color: rgb(224,26,191); }
div.DivClassName
{
background-color: #E01ABF;
}
.BgClassName
{
background-color: #E01ABF;
}
</style>
border-color css
<style>
span { border-color: #E01ABF; }
span { border-color: rgb(224,26,191); }
td.TdClassName
{
border-color: #E01ABF;
}
.TagClassName
{
border-color: #E01ABF;
}
</style>