Shades of Shocking Pink #EA20CD
Tints of Shocking Pink #EA20CD
RGB
CMYK
RGB Variations
Color information
#EA20CD (or 0xEA20CD) is known color: Shocking Pink. HEX triplet: EA, 20 and CD. RGB value is (234,32,205). Sum of RGB (Red+Green+Blue) = 234+32+205=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA20CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA20CD is #15DF32. Grayscale: #6F6F6F. Windows color (decimal): -1433395 or 13443306. OLE color: 13443306.
HSL color Cylindrical-coordinate representation of color #EA20CD: hue angle of 308.61º 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 #EA20CD is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 205 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.08 |
| HSL | 308.61º | 0.83% | 0.52% | - |
| HSV(B) | 308.61º | 0.86% | 0.92% | - |
| XYZ | 45.47 | 22.93 | 59.79 | - |
| YUV | 112.12 | 180.42 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 205 | 0 | 0.86 | 0.12 | 0.08 | 308.61 | 0.83 | 0.52 |
| Hex | EA | 20 | CD | 0 | 56 | C | 8 | 135 | 53 | 34 |
| Octal | 352 | 40 | 315 | 0 | 126 | 14 | 10 | 465 | 123 | 64 |
| Binary | 11101010 | 100000 | 11001101 | 0 | 1010110 | 1100 | 1000 | 100110101 | 1010011 | 110100 |
Color Harmonies of #EA20CD
Complementary color
Monochromatic Colors of #EA20CD
Black with #EA20CD
Text Example
Text Example
White with #EA20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA20CD; }
p { color: rgb(234,32,205); }
H1.HeaderClassName
{
color: #EA20CD;
}
.AnyTagClassName
{
color: #EA20CD;
}
</style>
background-color css
<style>
a { background-color: #EA20CD; }
a { background-color: rgb(234,32,205); }
div.DivClassName
{
background-color: #EA20CD;
}
.BgClassName
{
background-color: #EA20CD;
}
</style>
border-color css
<style>
span { border-color: #EA20CD; }
span { border-color: rgb(234,32,205); }
td.TdClassName
{
border-color: #EA20CD;
}
.TagClassName
{
border-color: #EA20CD;
}
</style>