Shades of Shocking Pink #E221C8
Tints of Shocking Pink #E221C8
RGB
CMYK
RGB Variations
Color information
#E221C8 (or 0xE221C8) is known color: Shocking Pink. HEX triplet: E2, 21 and C8. RGB value is (226,33,200). Sum of RGB (Red+Green+Blue) = 226+33+200=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E221C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221C8 is #1DDE37. Grayscale: #6D6D6D. Windows color (decimal): -1957432 or 13115874. OLE color: 13115874.
HSL color Cylindrical-coordinate representation of color #E221C8: hue angle of 308.08º 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 #E221C8 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 200 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.11 |
| HSL | 308.08º | 0.77% | 0.51% | - |
| HSV(B) | 308.08º | 0.85% | 0.89% | - |
| XYZ | 42.33 | 21.43 | 56.55 | - |
| YUV | 109.75 | 178.94 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 200 | 0 | 0.85 | 0.12 | 0.11 | 308.08 | 0.77 | 0.51 |
| Hex | E2 | 21 | C8 | 0 | 55 | C | B | 134 | 4D | 33 |
| Octal | 342 | 41 | 310 | 0 | 125 | 14 | 13 | 464 | 115 | 63 |
| Binary | 11100010 | 100001 | 11001000 | 0 | 1010101 | 1100 | 1011 | 100110100 | 1001101 | 110011 |
Color Harmonies of #E221C8
Complementary color
Monochromatic Colors of #E221C8
Black with #E221C8
Text Example
Text Example
White with #E221C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221C8; }
p { color: rgb(226,33,200); }
H1.HeaderClassName
{
color: #E221C8;
}
.AnyTagClassName
{
color: #E221C8;
}
</style>
background-color css
<style>
a { background-color: #E221C8; }
a { background-color: rgb(226,33,200); }
div.DivClassName
{
background-color: #E221C8;
}
.BgClassName
{
background-color: #E221C8;
}
</style>
border-color css
<style>
span { border-color: #E221C8; }
span { border-color: rgb(226,33,200); }
td.TdClassName
{
border-color: #E221C8;
}
.TagClassName
{
border-color: #E221C8;
}
</style>