Shades of Shocking Pink #E221C7
Tints of Shocking Pink #E221C7
RGB
CMYK
RGB Variations
Color information
#E221C7 (or 0xE221C7) is known color: Shocking Pink. HEX triplet: E2, 21 and C7. RGB value is (226,33,199). Sum of RGB (Red+Green+Blue) = 226+33+199=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E221C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221C7 is #1DDE38. Grayscale: #6D6D6D. Windows color (decimal): -1957433 or 13050338. OLE color: 13050338.
HSL color Cylindrical-coordinate representation of color #E221C7: hue angle of 308.39º 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 #E221C7 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 199 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.11 |
| HSL | 308.39º | 0.77% | 0.51% | - |
| HSV(B) | 308.39º | 0.85% | 0.89% | - |
| XYZ | 42.22 | 21.38 | 55.93 | - |
| YUV | 109.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 199 | 0 | 0.85 | 0.12 | 0.11 | 308.39 | 0.77 | 0.51 |
| Hex | E2 | 21 | C7 | 0 | 55 | C | B | 134 | 4D | 33 |
| Octal | 342 | 41 | 307 | 0 | 125 | 14 | 13 | 464 | 115 | 63 |
| Binary | 11100010 | 100001 | 11000111 | 0 | 1010101 | 1100 | 1011 | 100110100 | 1001101 | 110011 |
Color Harmonies of #E221C7
Complementary color
Monochromatic Colors of #E221C7
Black with #E221C7
Text Example
Text Example
White with #E221C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221C7; }
p { color: rgb(226,33,199); }
H1.HeaderClassName
{
color: #E221C7;
}
.AnyTagClassName
{
color: #E221C7;
}
</style>
background-color css
<style>
a { background-color: #E221C7; }
a { background-color: rgb(226,33,199); }
div.DivClassName
{
background-color: #E221C7;
}
.BgClassName
{
background-color: #E221C7;
}
</style>
border-color css
<style>
span { border-color: #E221C7; }
span { border-color: rgb(226,33,199); }
td.TdClassName
{
border-color: #E221C7;
}
.TagClassName
{
border-color: #E221C7;
}
</style>