Shades of Shocking Pink #E21ABE
Tints of Shocking Pink #E21ABE
RGB
CMYK
RGB Variations
Color information
#E21ABE (or 0xE21ABE) is known color: Shocking Pink. HEX triplet: E2, 1A and BE. RGB value is (226,26,190). Sum of RGB (Red+Green+Blue) = 226+26+190=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ABE is #1DE541. Grayscale: #686868. Windows color (decimal): -1959234 or 12458722. OLE color: 12458722.
HSL color Cylindrical-coordinate representation of color #E21ABE: hue angle of 310.8º 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 #E21ABE is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 190 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.11 |
| HSL | 310.8º | 0.79% | 0.49% | - |
| HSV(B) | 310.8º | 0.88% | 0.89% | - |
| XYZ | 41.03 | 20.63 | 50.53 | - |
| YUV | 104.5 | 176.26 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 190 | 0 | 0.88 | 0.16 | 0.11 | 310.8 | 0.79 | 0.49 |
| Hex | E2 | 1A | BE | 0 | 58 | 10 | B | 137 | 4F | 31 |
| Octal | 342 | 32 | 276 | 0 | 130 | 20 | 13 | 467 | 117 | 61 |
| Binary | 11100010 | 11010 | 10111110 | 0 | 1011000 | 10000 | 1011 | 100110111 | 1001111 | 110001 |
Color Harmonies of #E21ABE
Complementary color
Monochromatic Colors of #E21ABE
Black with #E21ABE
Text Example
Text Example
White with #E21ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ABE; }
p { color: rgb(226,26,190); }
H1.HeaderClassName
{
color: #E21ABE;
}
.AnyTagClassName
{
color: #E21ABE;
}
</style>
background-color css
<style>
a { background-color: #E21ABE; }
a { background-color: rgb(226,26,190); }
div.DivClassName
{
background-color: #E21ABE;
}
.BgClassName
{
background-color: #E21ABE;
}
</style>
border-color css
<style>
span { border-color: #E21ABE; }
span { border-color: rgb(226,26,190); }
td.TdClassName
{
border-color: #E21ABE;
}
.TagClassName
{
border-color: #E21ABE;
}
</style>