Shades of Shocking Pink #ED10B9
Tints of Shocking Pink #ED10B9
RGB
CMYK
RGB Variations
Color information
#ED10B9 (or 0xED10B9) is known color: Shocking Pink. HEX triplet: ED, 10 and B9. RGB value is (237,16,185). Sum of RGB (Red+Green+Blue) = 237+16+185=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10B9 is #12EF46. Grayscale: #646464. Windows color (decimal): -1240903 or 12128493. OLE color: 12128493.
HSL color Cylindrical-coordinate representation of color #ED10B9: hue angle of 314.12º 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 #ED10B9 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 185 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.07 |
| HSL | 314.12º | 0.87% | 0.5% | - |
| HSV(B) | 314.12º | 0.93% | 0.93% | - |
| XYZ | 43.87 | 21.88 | 47.81 | - |
| YUV | 101.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 185 | 0 | 0.93 | 0.22 | 0.07 | 314.12 | 0.87 | 0.5 |
| Hex | ED | 10 | B9 | 0 | 5D | 16 | 7 | 13A | 57 | 32 |
| Octal | 355 | 20 | 271 | 0 | 135 | 26 | 7 | 472 | 127 | 62 |
| Binary | 11101101 | 10000 | 10111001 | 0 | 1011101 | 10110 | 111 | 100111010 | 1010111 | 110010 |
Color Harmonies of #ED10B9
Complementary color
Monochromatic Colors of #ED10B9
Black with #ED10B9
Text Example
Text Example
White with #ED10B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10B9; }
p { color: rgb(237,16,185); }
H1.HeaderClassName
{
color: #ED10B9;
}
.AnyTagClassName
{
color: #ED10B9;
}
</style>
background-color css
<style>
a { background-color: #ED10B9; }
a { background-color: rgb(237,16,185); }
div.DivClassName
{
background-color: #ED10B9;
}
.BgClassName
{
background-color: #ED10B9;
}
</style>
border-color css
<style>
span { border-color: #ED10B9; }
span { border-color: rgb(237,16,185); }
td.TdClassName
{
border-color: #ED10B9;
}
.TagClassName
{
border-color: #ED10B9;
}
</style>