Shades of Shocking Pink #E920CA
Tints of Shocking Pink #E920CA
RGB
CMYK
RGB Variations
Color information
#E920CA (or 0xE920CA) is known color: Shocking Pink. HEX triplet: E9, 20 and CA. RGB value is (233,32,202). Sum of RGB (Red+Green+Blue) = 233+32+202=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E920CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920CA is #16DF35. Grayscale: #6E6E6E. Windows color (decimal): -1498934 or 13246697. OLE color: 13246697.
HSL color Cylindrical-coordinate representation of color #E920CA: hue angle of 309.25º 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 #E920CA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 202 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.09 |
| HSL | 309.25º | 0.82% | 0.52% | - |
| HSV(B) | 309.25º | 0.86% | 0.91% | - |
| XYZ | 44.78 | 22.62 | 57.88 | - |
| YUV | 111.48 | 179.09 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 202 | 0 | 0.86 | 0.13 | 0.09 | 309.25 | 0.82 | 0.52 |
| Hex | E9 | 20 | CA | 0 | 56 | D | 9 | 135 | 52 | 34 |
| Octal | 351 | 40 | 312 | 0 | 126 | 15 | 11 | 465 | 122 | 64 |
| Binary | 11101001 | 100000 | 11001010 | 0 | 1010110 | 1101 | 1001 | 100110101 | 1010010 | 110100 |
Color Harmonies of #E920CA
Complementary color
Monochromatic Colors of #E920CA
Black with #E920CA
Text Example
Text Example
White with #E920CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920CA; }
p { color: rgb(233,32,202); }
H1.HeaderClassName
{
color: #E920CA;
}
.AnyTagClassName
{
color: #E920CA;
}
</style>
background-color css
<style>
a { background-color: #E920CA; }
a { background-color: rgb(233,32,202); }
div.DivClassName
{
background-color: #E920CA;
}
.BgClassName
{
background-color: #E920CA;
}
</style>
border-color css
<style>
span { border-color: #E920CA; }
span { border-color: rgb(233,32,202); }
td.TdClassName
{
border-color: #E920CA;
}
.TagClassName
{
border-color: #E920CA;
}
</style>