Shades of Shocking Pink #EA20CC
Tints of Shocking Pink #EA20CC
RGB
CMYK
RGB Variations
Color information
#EA20CC (or 0xEA20CC) is known color: Shocking Pink. HEX triplet: EA, 20 and CC. RGB value is (234,32,204). Sum of RGB (Red+Green+Blue) = 234+32+204=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA20CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA20CC is #15DF33. Grayscale: #6F6F6F. Windows color (decimal): -1433396 or 13377770. OLE color: 13377770.
HSL color Cylindrical-coordinate representation of color #EA20CC: hue angle of 308.91º 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 #EA20CC is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 204 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.08 |
| HSL | 308.91º | 0.83% | 0.52% | - |
| HSV(B) | 308.91º | 0.86% | 0.92% | - |
| XYZ | 45.35 | 22.89 | 59.15 | - |
| YUV | 112.01 | 179.92 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 204 | 0 | 0.86 | 0.13 | 0.08 | 308.91 | 0.83 | 0.52 |
| Hex | EA | 20 | CC | 0 | 56 | D | 8 | 135 | 53 | 34 |
| Octal | 352 | 40 | 314 | 0 | 126 | 15 | 10 | 465 | 123 | 64 |
| Binary | 11101010 | 100000 | 11001100 | 0 | 1010110 | 1101 | 1000 | 100110101 | 1010011 | 110100 |
Color Harmonies of #EA20CC
Complementary color
Monochromatic Colors of #EA20CC
Black with #EA20CC
Text Example
Text Example
White with #EA20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA20CC; }
p { color: rgb(234,32,204); }
H1.HeaderClassName
{
color: #EA20CC;
}
.AnyTagClassName
{
color: #EA20CC;
}
</style>
background-color css
<style>
a { background-color: #EA20CC; }
a { background-color: rgb(234,32,204); }
div.DivClassName
{
background-color: #EA20CC;
}
.BgClassName
{
background-color: #EA20CC;
}
</style>
border-color css
<style>
span { border-color: #EA20CC; }
span { border-color: rgb(234,32,204); }
td.TdClassName
{
border-color: #EA20CC;
}
.TagClassName
{
border-color: #EA20CC;
}
</style>