Shades of Shocking Pink #E01AB9
Tints of Shocking Pink #E01AB9
RGB
CMYK
RGB Variations
Color information
#E01AB9 (or 0xE01AB9) is known color: Shocking Pink. HEX triplet: E0, 1A and B9. RGB value is (224,26,185). Sum of RGB (Red+Green+Blue) = 224+26+185=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01AB9 is #1FE546. Grayscale: #666666. Windows color (decimal): -2090311 or 12131040. OLE color: 12131040.
HSL color Cylindrical-coordinate representation of color #E01AB9: hue angle of 311.82º 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 #E01AB9 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 185 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.82º | 0.79% | 0.49% | - |
| HSV(B) | 311.82º | 0.88% | 0.88% | - |
| XYZ | 39.87 | 20.09 | 47.68 | - |
| YUV | 103.33 | 174.1 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 185 | 0 | 0.88 | 0.17 | 0.12 | 311.82 | 0.79 | 0.49 |
| Hex | E0 | 1A | B9 | 0 | 58 | 11 | C | 138 | 4F | 31 |
| Octal | 340 | 32 | 271 | 0 | 130 | 21 | 14 | 470 | 117 | 61 |
| Binary | 11100000 | 11010 | 10111001 | 0 | 1011000 | 10001 | 1100 | 100111000 | 1001111 | 110001 |
Color Harmonies of #E01AB9
Complementary color
Monochromatic Colors of #E01AB9
Black with #E01AB9
Text Example
Text Example
White with #E01AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AB9; }
p { color: rgb(224,26,185); }
H1.HeaderClassName
{
color: #E01AB9;
}
.AnyTagClassName
{
color: #E01AB9;
}
</style>
background-color css
<style>
a { background-color: #E01AB9; }
a { background-color: rgb(224,26,185); }
div.DivClassName
{
background-color: #E01AB9;
}
.BgClassName
{
background-color: #E01AB9;
}
</style>
border-color css
<style>
span { border-color: #E01AB9; }
span { border-color: rgb(224,26,185); }
td.TdClassName
{
border-color: #E01AB9;
}
.TagClassName
{
border-color: #E01AB9;
}
</style>