Shades of Shocking Pink #ED0FB7
Tints of Shocking Pink #ED0FB7
RGB
CMYK
RGB Variations
Color information
#ED0FB7 (or 0xED0FB7) is known color: Shocking Pink. HEX triplet: ED, 0F and B7. RGB value is (237,15,183). Sum of RGB (Red+Green+Blue) = 237+15+183=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FB7 is #12F048. Grayscale: #646464. Windows color (decimal): -1241161 or 11997165. OLE color: 11997165.
HSL color Cylindrical-coordinate representation of color #ED0FB7: hue angle of 314.59º 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 #ED0FB7 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 183 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.07 |
| HSL | 314.59º | 0.88% | 0.49% | - |
| HSV(B) | 314.59º | 0.94% | 0.93% | - |
| XYZ | 43.64 | 21.77 | 46.7 | - |
| YUV | 100.53 | 174.55 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 183 | 0 | 0.94 | 0.23 | 0.07 | 314.59 | 0.88 | 0.49 |
| Hex | ED | F | B7 | 0 | 5E | 17 | 7 | 13B | 58 | 31 |
| Octal | 355 | 17 | 267 | 0 | 136 | 27 | 7 | 473 | 130 | 61 |
| Binary | 11101101 | 1111 | 10110111 | 0 | 1011110 | 10111 | 111 | 100111011 | 1011000 | 110001 |
Color Harmonies of #ED0FB7
Complementary color
Monochromatic Colors of #ED0FB7
Black with #ED0FB7
Text Example
Text Example
White with #ED0FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FB7; }
p { color: rgb(237,15,183); }
H1.HeaderClassName
{
color: #ED0FB7;
}
.AnyTagClassName
{
color: #ED0FB7;
}
</style>
background-color css
<style>
a { background-color: #ED0FB7; }
a { background-color: rgb(237,15,183); }
div.DivClassName
{
background-color: #ED0FB7;
}
.BgClassName
{
background-color: #ED0FB7;
}
</style>
border-color css
<style>
span { border-color: #ED0FB7; }
span { border-color: rgb(237,15,183); }
td.TdClassName
{
border-color: #ED0FB7;
}
.TagClassName
{
border-color: #ED0FB7;
}
</style>