Shades of Shocking Pink #E21ACC
Tints of Shocking Pink #E21ACC
RGB
CMYK
RGB Variations
Color information
#E21ACC (or 0xE21ACC) is known color: Shocking Pink. HEX triplet: E2, 1A and CC. RGB value is (226,26,204). Sum of RGB (Red+Green+Blue) = 226+26+204=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ACC is #1DE533. Grayscale: #696969. Windows color (decimal): -1959220 or 13376226. OLE color: 13376226.
HSL color Cylindrical-coordinate representation of color #E21ACC: hue angle of 306.6º 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 #E21ACC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 204 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.6º | 0.79% | 0.49% | - |
| HSV(B) | 306.6º | 0.88% | 0.89% | - |
| XYZ | 42.63 | 21.27 | 58.98 | - |
| YUV | 106.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 204 | 0 | 0.88 | 0.10 | 0.11 | 306.6 | 0.79 | 0.49 |
| Hex | E2 | 1A | CC | 0 | 58 | A | B | 133 | 4F | 31 |
| Octal | 342 | 32 | 314 | 0 | 130 | 12 | 13 | 463 | 117 | 61 |
| Binary | 11100010 | 11010 | 11001100 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001111 | 110001 |
Color Harmonies of #E21ACC
Complementary color
Monochromatic Colors of #E21ACC
Black with #E21ACC
Text Example
Text Example
White with #E21ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ACC; }
p { color: rgb(226,26,204); }
H1.HeaderClassName
{
color: #E21ACC;
}
.AnyTagClassName
{
color: #E21ACC;
}
</style>
background-color css
<style>
a { background-color: #E21ACC; }
a { background-color: rgb(226,26,204); }
div.DivClassName
{
background-color: #E21ACC;
}
.BgClassName
{
background-color: #E21ACC;
}
</style>
border-color css
<style>
span { border-color: #E21ACC; }
span { border-color: rgb(226,26,204); }
td.TdClassName
{
border-color: #E21ACC;
}
.TagClassName
{
border-color: #E21ACC;
}
</style>