Shades of Shocking Pink #ED0FB0
Tints of Shocking Pink #ED0FB0
RGB
CMYK
RGB Variations
Color information
#ED0FB0 (or 0xED0FB0) is known color: Shocking Pink. HEX triplet: ED, 0F and B0. RGB value is (237,15,176). Sum of RGB (Red+Green+Blue) = 237+15+176=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0FB0 is #12F04F. Grayscale: #636363. Windows color (decimal): -1241168 or 11538413. OLE color: 11538413.
HSL color Cylindrical-coordinate representation of color #ED0FB0: hue angle of 316.49º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FB0 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 176 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.07 |
| HSL | 316.49º | 0.88% | 0.49% | - |
| HSV(B) | 316.49º | 0.94% | 0.93% | - |
| XYZ | 42.93 | 21.48 | 42.96 | - |
| YUV | 99.73 | 171.05 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 176 | 0 | 0.94 | 0.26 | 0.07 | 316.49 | 0.88 | 0.49 |
| Hex | ED | F | B0 | 0 | 5E | 1A | 7 | 13C | 58 | 31 |
| Octal | 355 | 17 | 260 | 0 | 136 | 32 | 7 | 474 | 130 | 61 |
| Binary | 11101101 | 1111 | 10110000 | 0 | 1011110 | 11010 | 111 | 100111100 | 1011000 | 110001 |
Color Harmonies of #ED0FB0
Complementary color
Monochromatic Colors of #ED0FB0
Black with #ED0FB0
Text Example
Text Example
White with #ED0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FB0; }
p { color: rgb(237,15,176); }
H1.HeaderClassName
{
color: #ED0FB0;
}
.AnyTagClassName
{
color: #ED0FB0;
}
</style>
background-color css
<style>
a { background-color: #ED0FB0; }
a { background-color: rgb(237,15,176); }
div.DivClassName
{
background-color: #ED0FB0;
}
.BgClassName
{
background-color: #ED0FB0;
}
</style>
border-color css
<style>
span { border-color: #ED0FB0; }
span { border-color: rgb(237,15,176); }
td.TdClassName
{
border-color: #ED0FB0;
}
.TagClassName
{
border-color: #ED0FB0;
}
</style>