Shades of Shocking Pink #E920C2
Tints of Shocking Pink #E920C2
RGB
CMYK
RGB Variations
Color information
#E920C2 (or 0xE920C2) is known color: Shocking Pink. HEX triplet: E9, 20 and C2. RGB value is (233,32,194). Sum of RGB (Red+Green+Blue) = 233+32+194=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E920C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920C2 is #16DF3D. Grayscale: #6E6E6E. Windows color (decimal): -1498942 or 12722409. OLE color: 12722409.
HSL color Cylindrical-coordinate representation of color #E920C2: hue angle of 311.64º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E920C2 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 194 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.09 |
| HSL | 311.64º | 0.82% | 0.52% | - |
| HSV(B) | 311.64º | 0.86% | 0.91% | - |
| XYZ | 43.86 | 22.25 | 53.02 | - |
| YUV | 110.57 | 175.09 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 194 | 0 | 0.86 | 0.17 | 0.09 | 311.64 | 0.82 | 0.52 |
| Hex | E9 | 20 | C2 | 0 | 56 | 11 | 9 | 138 | 52 | 34 |
| Octal | 351 | 40 | 302 | 0 | 126 | 21 | 11 | 470 | 122 | 64 |
| Binary | 11101001 | 100000 | 11000010 | 0 | 1010110 | 10001 | 1001 | 100111000 | 1010010 | 110100 |
Color Harmonies of #E920C2
Complementary color
Monochromatic Colors of #E920C2
Black with #E920C2
Text Example
Text Example
White with #E920C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920C2; }
p { color: rgb(233,32,194); }
H1.HeaderClassName
{
color: #E920C2;
}
.AnyTagClassName
{
color: #E920C2;
}
</style>
background-color css
<style>
a { background-color: #E920C2; }
a { background-color: rgb(233,32,194); }
div.DivClassName
{
background-color: #E920C2;
}
.BgClassName
{
background-color: #E920C2;
}
</style>
border-color css
<style>
span { border-color: #E920C2; }
span { border-color: rgb(233,32,194); }
td.TdClassName
{
border-color: #E920C2;
}
.TagClassName
{
border-color: #E920C2;
}
</style>