Shades of Shocking Pink #ED0AB8
Tints of Shocking Pink #ED0AB8
RGB
CMYK
RGB Variations
Color information
#ED0AB8 (or 0xED0AB8) is known color: Shocking Pink. HEX triplet: ED, 0A and B8. RGB value is (237,10,184). Sum of RGB (Red+Green+Blue) = 237+10+184=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AB8 is #12F547. Grayscale: #616161. Windows color (decimal): -1242440 or 12061421. OLE color: 12061421.
HSL color Cylindrical-coordinate representation of color #ED0AB8: hue angle of 314.01º 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 #ED0AB8 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 184 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.07 |
| HSL | 314.01º | 0.92% | 0.48% | - |
| HSV(B) | 314.01º | 0.96% | 0.93% | - |
| XYZ | 43.69 | 21.68 | 47.23 | - |
| YUV | 97.71 | 176.71 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 184 | 0 | 0.96 | 0.22 | 0.07 | 314.01 | 0.92 | 0.48 |
| Hex | ED | A | B8 | 0 | 60 | 16 | 7 | 13A | 5C | 30 |
| Octal | 355 | 12 | 270 | 0 | 140 | 26 | 7 | 472 | 134 | 60 |
| Binary | 11101101 | 1010 | 10111000 | 0 | 1100000 | 10110 | 111 | 100111010 | 1011100 | 110000 |
Color Harmonies of #ED0AB8
Complementary color
Monochromatic Colors of #ED0AB8
Black with #ED0AB8
Text Example
Text Example
White with #ED0AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AB8; }
p { color: rgb(237,10,184); }
H1.HeaderClassName
{
color: #ED0AB8;
}
.AnyTagClassName
{
color: #ED0AB8;
}
</style>
background-color css
<style>
a { background-color: #ED0AB8; }
a { background-color: rgb(237,10,184); }
div.DivClassName
{
background-color: #ED0AB8;
}
.BgClassName
{
background-color: #ED0AB8;
}
</style>
border-color css
<style>
span { border-color: #ED0AB8; }
span { border-color: rgb(237,10,184); }
td.TdClassName
{
border-color: #ED0AB8;
}
.TagClassName
{
border-color: #ED0AB8;
}
</style>