Shades of Shocking Pink #EA08C0
Tints of Shocking Pink #EA08C0
RGB
CMYK
RGB Variations
Color information
#EA08C0 (or 0xEA08C0) is known color: Shocking Pink. HEX triplet: EA, 08 and C0. RGB value is (234,8,192). Sum of RGB (Red+Green+Blue) = 234+8+192=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08C0 is #15F73F. Grayscale: #606060. Windows color (decimal): -1439552 or 12585194. OLE color: 12585194.
HSL color Cylindrical-coordinate representation of color #EA08C0: hue angle of 311.15º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA08C0 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 192 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.08 |
| HSL | 311.15º | 0.93% | 0.47% | - |
| HSV(B) | 311.15º | 0.97% | 0.92% | - |
| XYZ | 43.53 | 21.47 | 51.72 | - |
| YUV | 96.55 | 181.87 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 192 | 0 | 0.97 | 0.18 | 0.08 | 311.15 | 0.93 | 0.47 |
| Hex | EA | 8 | C0 | 0 | 61 | 12 | 8 | 137 | 5D | 2F |
| Octal | 352 | 10 | 300 | 0 | 141 | 22 | 10 | 467 | 135 | 57 |
| Binary | 11101010 | 1000 | 11000000 | 0 | 1100001 | 10010 | 1000 | 100110111 | 1011101 | 101111 |
Color Harmonies of #EA08C0
Complementary color
Monochromatic Colors of #EA08C0
Black with #EA08C0
Text Example
Text Example
White with #EA08C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA08C0; }
p { color: rgb(234,8,192); }
H1.HeaderClassName
{
color: #EA08C0;
}
.AnyTagClassName
{
color: #EA08C0;
}
</style>
background-color css
<style>
a { background-color: #EA08C0; }
a { background-color: rgb(234,8,192); }
div.DivClassName
{
background-color: #EA08C0;
}
.BgClassName
{
background-color: #EA08C0;
}
</style>
border-color css
<style>
span { border-color: #EA08C0; }
span { border-color: rgb(234,8,192); }
td.TdClassName
{
border-color: #EA08C0;
}
.TagClassName
{
border-color: #EA08C0;
}
</style>