Shades of Shocking Pink #E221CB
Tints of Shocking Pink #E221CB
RGB
CMYK
RGB Variations
Color information
#E221CB (or 0xE221CB) is known color: Shocking Pink. HEX triplet: E2, 21 and CB. RGB value is (226,33,203). Sum of RGB (Red+Green+Blue) = 226+33+203=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E221CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221CB is #1DDE34. Grayscale: #6D6D6D. Windows color (decimal): -1957429 or 13312482. OLE color: 13312482.
HSL color Cylindrical-coordinate representation of color #E221CB: hue angle of 307.15º 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 #E221CB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 203 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.11 |
| HSL | 307.15º | 0.77% | 0.51% | - |
| HSV(B) | 307.15º | 0.85% | 0.89% | - |
| XYZ | 42.69 | 21.57 | 58.41 | - |
| YUV | 110.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 203 | 0 | 0.85 | 0.10 | 0.11 | 307.15 | 0.77 | 0.51 |
| Hex | E2 | 21 | CB | 0 | 55 | A | B | 133 | 4D | 33 |
| Octal | 342 | 41 | 313 | 0 | 125 | 12 | 13 | 463 | 115 | 63 |
| Binary | 11100010 | 100001 | 11001011 | 0 | 1010101 | 1010 | 1011 | 100110011 | 1001101 | 110011 |
Color Harmonies of #E221CB
Complementary color
Monochromatic Colors of #E221CB
Black with #E221CB
Text Example
Text Example
White with #E221CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221CB; }
p { color: rgb(226,33,203); }
H1.HeaderClassName
{
color: #E221CB;
}
.AnyTagClassName
{
color: #E221CB;
}
</style>
background-color css
<style>
a { background-color: #E221CB; }
a { background-color: rgb(226,33,203); }
div.DivClassName
{
background-color: #E221CB;
}
.BgClassName
{
background-color: #E221CB;
}
</style>
border-color css
<style>
span { border-color: #E221CB; }
span { border-color: rgb(226,33,203); }
td.TdClassName
{
border-color: #E221CB;
}
.TagClassName
{
border-color: #E221CB;
}
</style>