Shades of Shocking Pink #ED0AC0
Tints of Shocking Pink #ED0AC0
RGB
CMYK
RGB Variations
Color information
#ED0AC0 (or 0xED0AC0) is known color: Shocking Pink. HEX triplet: ED, 0A and C0. RGB value is (237,10,192). Sum of RGB (Red+Green+Blue) = 237+10+192=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AC0 is #12F53F. Grayscale: #626262. Windows color (decimal): -1242432 or 12585709. OLE color: 12585709.
HSL color Cylindrical-coordinate representation of color #ED0AC0: hue angle of 311.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AC0 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 192 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.07 |
| HSL | 311.89º | 0.92% | 0.48% | - |
| HSV(B) | 311.89º | 0.96% | 0.93% | - |
| XYZ | 44.55 | 22.03 | 51.77 | - |
| YUV | 98.62 | 180.71 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 192 | 0 | 0.96 | 0.19 | 0.07 | 311.89 | 0.92 | 0.48 |
| Hex | ED | A | C0 | 0 | 60 | 13 | 7 | 138 | 5C | 30 |
| Octal | 355 | 12 | 300 | 0 | 140 | 23 | 7 | 470 | 134 | 60 |
| Binary | 11101101 | 1010 | 11000000 | 0 | 1100000 | 10011 | 111 | 100111000 | 1011100 | 110000 |
Color Harmonies of #ED0AC0
Complementary color
Monochromatic Colors of #ED0AC0
Black with #ED0AC0
Text Example
Text Example
White with #ED0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AC0; }
p { color: rgb(237,10,192); }
H1.HeaderClassName
{
color: #ED0AC0;
}
.AnyTagClassName
{
color: #ED0AC0;
}
</style>
background-color css
<style>
a { background-color: #ED0AC0; }
a { background-color: rgb(237,10,192); }
div.DivClassName
{
background-color: #ED0AC0;
}
.BgClassName
{
background-color: #ED0AC0;
}
</style>
border-color css
<style>
span { border-color: #ED0AC0; }
span { border-color: rgb(237,10,192); }
td.TdClassName
{
border-color: #ED0AC0;
}
.TagClassName
{
border-color: #ED0AC0;
}
</style>