Shades of Shocking Pink #ED10BD
Tints of Shocking Pink #ED10BD
RGB
CMYK
RGB Variations
Color information
#ED10BD (or 0xED10BD) is known color: Shocking Pink. HEX triplet: ED, 10 and BD. RGB value is (237,16,189). Sum of RGB (Red+Green+Blue) = 237+16+189=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10BD is #12EF42. Grayscale: #656565. Windows color (decimal): -1240899 or 12390637. OLE color: 12390637.
HSL color Cylindrical-coordinate representation of color #ED10BD: hue angle of 313.03º 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 #ED10BD is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.07 |
| HSL | 313.03º | 0.87% | 0.5% | - |
| HSV(B) | 313.03º | 0.93% | 0.93% | - |
| XYZ | 44.3 | 22.05 | 50.07 | - |
| YUV | 101.8 | 177.22 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 189 | 0 | 0.93 | 0.20 | 0.07 | 313.03 | 0.87 | 0.5 |
| Hex | ED | 10 | BD | 0 | 5D | 14 | 7 | 139 | 57 | 32 |
| Octal | 355 | 20 | 275 | 0 | 135 | 24 | 7 | 471 | 127 | 62 |
| Binary | 11101101 | 10000 | 10111101 | 0 | 1011101 | 10100 | 111 | 100111001 | 1010111 | 110010 |
Color Harmonies of #ED10BD
Complementary color
Monochromatic Colors of #ED10BD
Black with #ED10BD
Text Example
Text Example
White with #ED10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10BD; }
p { color: rgb(237,16,189); }
H1.HeaderClassName
{
color: #ED10BD;
}
.AnyTagClassName
{
color: #ED10BD;
}
</style>
background-color css
<style>
a { background-color: #ED10BD; }
a { background-color: rgb(237,16,189); }
div.DivClassName
{
background-color: #ED10BD;
}
.BgClassName
{
background-color: #ED10BD;
}
</style>
border-color css
<style>
span { border-color: #ED10BD; }
span { border-color: rgb(237,16,189); }
td.TdClassName
{
border-color: #ED10BD;
}
.TagClassName
{
border-color: #ED10BD;
}
</style>