Shades of Shocking Pink #ED10B8
Tints of Shocking Pink #ED10B8
RGB
CMYK
RGB Variations
Color information
#ED10B8 (or 0xED10B8) is known color: Shocking Pink. HEX triplet: ED, 10 and B8. RGB value is (237,16,184). Sum of RGB (Red+Green+Blue) = 237+16+184=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10B8 is #12EF47. Grayscale: #646464. Windows color (decimal): -1240904 or 12062957. OLE color: 12062957.
HSL color Cylindrical-coordinate representation of color #ED10B8: hue angle of 314.39º 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 #ED10B8 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 184 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.07 |
| HSL | 314.39º | 0.87% | 0.5% | - |
| HSV(B) | 314.39º | 0.93% | 0.93% | - |
| XYZ | 43.76 | 21.84 | 47.26 | - |
| YUV | 101.23 | 174.72 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 184 | 0 | 0.93 | 0.22 | 0.07 | 314.39 | 0.87 | 0.5 |
| Hex | ED | 10 | B8 | 0 | 5D | 16 | 7 | 13A | 57 | 32 |
| Octal | 355 | 20 | 270 | 0 | 135 | 26 | 7 | 472 | 127 | 62 |
| Binary | 11101101 | 10000 | 10111000 | 0 | 1011101 | 10110 | 111 | 100111010 | 1010111 | 110010 |
Color Harmonies of #ED10B8
Complementary color
Monochromatic Colors of #ED10B8
Black with #ED10B8
Text Example
Text Example
White with #ED10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10B8; }
p { color: rgb(237,16,184); }
H1.HeaderClassName
{
color: #ED10B8;
}
.AnyTagClassName
{
color: #ED10B8;
}
</style>
background-color css
<style>
a { background-color: #ED10B8; }
a { background-color: rgb(237,16,184); }
div.DivClassName
{
background-color: #ED10B8;
}
.BgClassName
{
background-color: #ED10B8;
}
</style>
border-color css
<style>
span { border-color: #ED10B8; }
span { border-color: rgb(237,16,184); }
td.TdClassName
{
border-color: #ED10B8;
}
.TagClassName
{
border-color: #ED10B8;
}
</style>