Shades of Shocking Pink #ED10B0
Tints of Shocking Pink #ED10B0
RGB
CMYK
RGB Variations
Color information
#ED10B0 (or 0xED10B0) is known color: Shocking Pink. HEX triplet: ED, 10 and B0. RGB value is (237,16,176). Sum of RGB (Red+Green+Blue) = 237+16+176=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED10B0 is #12EF4F. Grayscale: #636363. Windows color (decimal): -1240912 or 11538669. OLE color: 11538669.
HSL color Cylindrical-coordinate representation of color #ED10B0: hue angle of 316.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED10B0 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 176 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.07 |
| HSL | 316.56º | 0.87% | 0.5% | - |
| HSV(B) | 316.56º | 0.93% | 0.93% | - |
| XYZ | 42.95 | 21.51 | 42.96 | - |
| YUV | 100.32 | 170.72 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 176 | 0 | 0.93 | 0.26 | 0.07 | 316.56 | 0.87 | 0.5 |
| Hex | ED | 10 | B0 | 0 | 5D | 1A | 7 | 13D | 57 | 32 |
| Octal | 355 | 20 | 260 | 0 | 135 | 32 | 7 | 475 | 127 | 62 |
| Binary | 11101101 | 10000 | 10110000 | 0 | 1011101 | 11010 | 111 | 100111101 | 1010111 | 110010 |
Color Harmonies of #ED10B0
Complementary color
Monochromatic Colors of #ED10B0
Black with #ED10B0
Text Example
Text Example
White with #ED10B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10B0; }
p { color: rgb(237,16,176); }
H1.HeaderClassName
{
color: #ED10B0;
}
.AnyTagClassName
{
color: #ED10B0;
}
</style>
background-color css
<style>
a { background-color: #ED10B0; }
a { background-color: rgb(237,16,176); }
div.DivClassName
{
background-color: #ED10B0;
}
.BgClassName
{
background-color: #ED10B0;
}
</style>
border-color css
<style>
span { border-color: #ED10B0; }
span { border-color: rgb(237,16,176); }
td.TdClassName
{
border-color: #ED10B0;
}
.TagClassName
{
border-color: #ED10B0;
}
</style>