Shades of Shocking Pink #EA20C7
Tints of Shocking Pink #EA20C7
RGB
CMYK
RGB Variations
Color information
#EA20C7 (or 0xEA20C7) is known color: Shocking Pink. HEX triplet: EA, 20 and C7. RGB value is (234,32,199). Sum of RGB (Red+Green+Blue) = 234+32+199=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA20C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA20C7 is #15DF38. Grayscale: #6E6E6E. Windows color (decimal): -1433401 or 13050090. OLE color: 13050090.
HSL color Cylindrical-coordinate representation of color #EA20C7: hue angle of 310.4º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA20C7 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 199 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.08 |
| HSL | 310.4º | 0.83% | 0.52% | - |
| HSV(B) | 310.4º | 0.86% | 0.92% | - |
| XYZ | 44.76 | 22.65 | 56.05 | - |
| YUV | 111.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 199 | 0 | 0.86 | 0.15 | 0.08 | 310.4 | 0.83 | 0.52 |
| Hex | EA | 20 | C7 | 0 | 56 | F | 8 | 136 | 53 | 34 |
| Octal | 352 | 40 | 307 | 0 | 126 | 17 | 10 | 466 | 123 | 64 |
| Binary | 11101010 | 100000 | 11000111 | 0 | 1010110 | 1111 | 1000 | 100110110 | 1010011 | 110100 |
Color Harmonies of #EA20C7
Complementary color
Monochromatic Colors of #EA20C7
Black with #EA20C7
Text Example
Text Example
White with #EA20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA20C7; }
p { color: rgb(234,32,199); }
H1.HeaderClassName
{
color: #EA20C7;
}
.AnyTagClassName
{
color: #EA20C7;
}
</style>
background-color css
<style>
a { background-color: #EA20C7; }
a { background-color: rgb(234,32,199); }
div.DivClassName
{
background-color: #EA20C7;
}
.BgClassName
{
background-color: #EA20C7;
}
</style>
border-color css
<style>
span { border-color: #EA20C7; }
span { border-color: rgb(234,32,199); }
td.TdClassName
{
border-color: #EA20C7;
}
.TagClassName
{
border-color: #EA20C7;
}
</style>