Shades of Shocking Pink #ED0FB9
Tints of Shocking Pink #ED0FB9
RGB
CMYK
RGB Variations
Color information
#ED0FB9 (or 0xED0FB9) is known color: Shocking Pink. HEX triplet: ED, 0F and B9. RGB value is (237,15,185). Sum of RGB (Red+Green+Blue) = 237+15+185=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FB9 is #12F046. Grayscale: #646464. Windows color (decimal): -1241159 or 12128237. OLE color: 12128237.
HSL color Cylindrical-coordinate representation of color #ED0FB9: hue angle of 314.05º 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 #ED0FB9 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 185 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.07 |
| HSL | 314.05º | 0.88% | 0.49% | - |
| HSV(B) | 314.05º | 0.94% | 0.93% | - |
| XYZ | 43.85 | 21.85 | 47.8 | - |
| YUV | 100.76 | 175.55 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 185 | 0 | 0.94 | 0.22 | 0.07 | 314.05 | 0.88 | 0.49 |
| Hex | ED | F | B9 | 0 | 5E | 16 | 7 | 13A | 58 | 31 |
| Octal | 355 | 17 | 271 | 0 | 136 | 26 | 7 | 472 | 130 | 61 |
| Binary | 11101101 | 1111 | 10111001 | 0 | 1011110 | 10110 | 111 | 100111010 | 1011000 | 110001 |
Color Harmonies of #ED0FB9
Complementary color
Monochromatic Colors of #ED0FB9
Black with #ED0FB9
Text Example
Text Example
White with #ED0FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FB9; }
p { color: rgb(237,15,185); }
H1.HeaderClassName
{
color: #ED0FB9;
}
.AnyTagClassName
{
color: #ED0FB9;
}
</style>
background-color css
<style>
a { background-color: #ED0FB9; }
a { background-color: rgb(237,15,185); }
div.DivClassName
{
background-color: #ED0FB9;
}
.BgClassName
{
background-color: #ED0FB9;
}
</style>
border-color css
<style>
span { border-color: #ED0FB9; }
span { border-color: rgb(237,15,185); }
td.TdClassName
{
border-color: #ED0FB9;
}
.TagClassName
{
border-color: #ED0FB9;
}
</style>