Shades of Shocking Pink #E221CA
Tints of Shocking Pink #E221CA
RGB
CMYK
RGB Variations
Color information
#E221CA (or 0xE221CA) is known color: Shocking Pink. HEX triplet: E2, 21 and CA. RGB value is (226,33,202). Sum of RGB (Red+Green+Blue) = 226+33+202=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E221CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221CA is #1DDE35. Grayscale: #6D6D6D. Windows color (decimal): -1957430 or 13246946. OLE color: 13246946.
HSL color Cylindrical-coordinate representation of color #E221CA: hue angle of 307.46º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E221CA is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 202 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.11 |
| HSL | 307.46º | 0.77% | 0.51% | - |
| HSV(B) | 307.46º | 0.85% | 0.89% | - |
| XYZ | 42.57 | 21.52 | 57.79 | - |
| YUV | 109.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 202 | 0 | 0.85 | 0.11 | 0.11 | 307.46 | 0.77 | 0.51 |
| Hex | E2 | 21 | CA | 0 | 55 | B | B | 133 | 4D | 33 |
| Octal | 342 | 41 | 312 | 0 | 125 | 13 | 13 | 463 | 115 | 63 |
| Binary | 11100010 | 100001 | 11001010 | 0 | 1010101 | 1011 | 1011 | 100110011 | 1001101 | 110011 |
Color Harmonies of #E221CA
Complementary color
Monochromatic Colors of #E221CA
Black with #E221CA
Text Example
Text Example
White with #E221CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221CA; }
p { color: rgb(226,33,202); }
H1.HeaderClassName
{
color: #E221CA;
}
.AnyTagClassName
{
color: #E221CA;
}
</style>
background-color css
<style>
a { background-color: #E221CA; }
a { background-color: rgb(226,33,202); }
div.DivClassName
{
background-color: #E221CA;
}
.BgClassName
{
background-color: #E221CA;
}
</style>
border-color css
<style>
span { border-color: #E221CA; }
span { border-color: rgb(226,33,202); }
td.TdClassName
{
border-color: #E221CA;
}
.TagClassName
{
border-color: #E221CA;
}
</style>