Shades of Shocking Pink #E21ABC
Tints of Shocking Pink #E21ABC
RGB
CMYK
RGB Variations
Color information
#E21ABC (or 0xE21ABC) is known color: Shocking Pink. HEX triplet: E2, 1A and BC. RGB value is (226,26,188). Sum of RGB (Red+Green+Blue) = 226+26+188=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ABC is #1DE543. Grayscale: #676767. Windows color (decimal): -1959236 or 12327650. OLE color: 12327650.
HSL color Cylindrical-coordinate representation of color #E21ABC: hue angle of 311.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21ABC is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 188 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.11 |
| HSL | 311.4º | 0.79% | 0.49% | - |
| HSV(B) | 311.4º | 0.88% | 0.89% | - |
| XYZ | 40.81 | 20.54 | 49.39 | - |
| YUV | 104.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 188 | 0 | 0.88 | 0.17 | 0.11 | 311.4 | 0.79 | 0.49 |
| Hex | E2 | 1A | BC | 0 | 58 | 11 | B | 137 | 4F | 31 |
| Octal | 342 | 32 | 274 | 0 | 130 | 21 | 13 | 467 | 117 | 61 |
| Binary | 11100010 | 11010 | 10111100 | 0 | 1011000 | 10001 | 1011 | 100110111 | 1001111 | 110001 |
Color Harmonies of #E21ABC
Complementary color
Monochromatic Colors of #E21ABC
Black with #E21ABC
Text Example
Text Example
White with #E21ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ABC; }
p { color: rgb(226,26,188); }
H1.HeaderClassName
{
color: #E21ABC;
}
.AnyTagClassName
{
color: #E21ABC;
}
</style>
background-color css
<style>
a { background-color: #E21ABC; }
a { background-color: rgb(226,26,188); }
div.DivClassName
{
background-color: #E21ABC;
}
.BgClassName
{
background-color: #E21ABC;
}
</style>
border-color css
<style>
span { border-color: #E21ABC; }
span { border-color: rgb(226,26,188); }
td.TdClassName
{
border-color: #E21ABC;
}
.TagClassName
{
border-color: #E21ABC;
}
</style>