Shades of Shocking Pink #E220C1
Tints of Shocking Pink #E220C1
RGB
CMYK
RGB Variations
Color information
#E220C1 (or 0xE220C1) is known color: Shocking Pink. HEX triplet: E2, 20 and C1. RGB value is (226,32,193). Sum of RGB (Red+Green+Blue) = 226+32+193=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E220C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220C1 is #1DDF3E. Grayscale: #6B6B6B. Windows color (decimal): -1957695 or 12656866. OLE color: 12656866.
HSL color Cylindrical-coordinate representation of color #E220C1: hue angle of 310.21º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220C1 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 193 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.11 |
| HSL | 310.21º | 0.77% | 0.51% | - |
| HSV(B) | 310.21º | 0.86% | 0.89% | - |
| XYZ | 41.51 | 21.05 | 52.33 | - |
| YUV | 108.36 | 175.77 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 193 | 0 | 0.86 | 0.15 | 0.11 | 310.21 | 0.77 | 0.51 |
| Hex | E2 | 20 | C1 | 0 | 56 | F | B | 136 | 4D | 33 |
| Octal | 342 | 40 | 301 | 0 | 126 | 17 | 13 | 466 | 115 | 63 |
| Binary | 11100010 | 100000 | 11000001 | 0 | 1010110 | 1111 | 1011 | 100110110 | 1001101 | 110011 |
Color Harmonies of #E220C1
Complementary color
Monochromatic Colors of #E220C1
Black with #E220C1
Text Example
Text Example
White with #E220C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220C1; }
p { color: rgb(226,32,193); }
H1.HeaderClassName
{
color: #E220C1;
}
.AnyTagClassName
{
color: #E220C1;
}
</style>
background-color css
<style>
a { background-color: #E220C1; }
a { background-color: rgb(226,32,193); }
div.DivClassName
{
background-color: #E220C1;
}
.BgClassName
{
background-color: #E220C1;
}
</style>
border-color css
<style>
span { border-color: #E220C1; }
span { border-color: rgb(226,32,193); }
td.TdClassName
{
border-color: #E220C1;
}
.TagClassName
{
border-color: #E220C1;
}
</style>