Shades of Shocking Pink #ED0FB8
Tints of Shocking Pink #ED0FB8
RGB
CMYK
RGB Variations
Color information
#ED0FB8 (or 0xED0FB8) is known color: Shocking Pink. HEX triplet: ED, 0F and B8. RGB value is (237,15,184). Sum of RGB (Red+Green+Blue) = 237+15+184=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FB8 is #12F047. Grayscale: #646464. Windows color (decimal): -1241160 or 12062701. OLE color: 12062701.
HSL color Cylindrical-coordinate representation of color #ED0FB8: hue angle of 314.32º 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 #ED0FB8 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 184 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.07 |
| HSL | 314.32º | 0.88% | 0.49% | - |
| HSV(B) | 314.32º | 0.94% | 0.93% | - |
| XYZ | 43.75 | 21.81 | 47.25 | - |
| YUV | 100.64 | 175.05 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 184 | 0 | 0.94 | 0.22 | 0.07 | 314.32 | 0.88 | 0.49 |
| Hex | ED | F | B8 | 0 | 5E | 16 | 7 | 13A | 58 | 31 |
| Octal | 355 | 17 | 270 | 0 | 136 | 26 | 7 | 472 | 130 | 61 |
| Binary | 11101101 | 1111 | 10111000 | 0 | 1011110 | 10110 | 111 | 100111010 | 1011000 | 110001 |
Color Harmonies of #ED0FB8
Complementary color
Monochromatic Colors of #ED0FB8
Black with #ED0FB8
Text Example
Text Example
White with #ED0FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FB8; }
p { color: rgb(237,15,184); }
H1.HeaderClassName
{
color: #ED0FB8;
}
.AnyTagClassName
{
color: #ED0FB8;
}
</style>
background-color css
<style>
a { background-color: #ED0FB8; }
a { background-color: rgb(237,15,184); }
div.DivClassName
{
background-color: #ED0FB8;
}
.BgClassName
{
background-color: #ED0FB8;
}
</style>
border-color css
<style>
span { border-color: #ED0FB8; }
span { border-color: rgb(237,15,184); }
td.TdClassName
{
border-color: #ED0FB8;
}
.TagClassName
{
border-color: #ED0FB8;
}
</style>