Shades of Shocking Pink #E21ACE
Tints of Shocking Pink #E21ACE
RGB
CMYK
RGB Variations
Color information
#E21ACE (or 0xE21ACE) is known color: Shocking Pink. HEX triplet: E2, 1A and CE. RGB value is (226,26,206). Sum of RGB (Red+Green+Blue) = 226+26+206=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ACE is #1DE531. Grayscale: #696969. Windows color (decimal): -1959218 or 13507298. OLE color: 13507298.
HSL color Cylindrical-coordinate representation of color #E21ACE: hue angle of 306º 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 #E21ACE is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 206 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.11 |
| HSL | 306º | 0.79% | 0.49% | - |
| HSV(B) | 306º | 0.88% | 0.89% | - |
| XYZ | 42.87 | 21.36 | 60.26 | - |
| YUV | 106.32 | 184.26 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 206 | 0 | 0.88 | 0.09 | 0.11 | 306 | 0.79 | 0.49 |
| Hex | E2 | 1A | CE | 0 | 58 | 9 | B | 132 | 4F | 31 |
| Octal | 342 | 32 | 316 | 0 | 130 | 11 | 13 | 462 | 117 | 61 |
| Binary | 11100010 | 11010 | 11001110 | 0 | 1011000 | 1001 | 1011 | 100110010 | 1001111 | 110001 |
Color Harmonies of #E21ACE
Complementary color
Monochromatic Colors of #E21ACE
Black with #E21ACE
Text Example
Text Example
White with #E21ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ACE; }
p { color: rgb(226,26,206); }
H1.HeaderClassName
{
color: #E21ACE;
}
.AnyTagClassName
{
color: #E21ACE;
}
</style>
background-color css
<style>
a { background-color: #E21ACE; }
a { background-color: rgb(226,26,206); }
div.DivClassName
{
background-color: #E21ACE;
}
.BgClassName
{
background-color: #E21ACE;
}
</style>
border-color css
<style>
span { border-color: #E21ACE; }
span { border-color: rgb(226,26,206); }
td.TdClassName
{
border-color: #E21ACE;
}
.TagClassName
{
border-color: #E21ACE;
}
</style>