Shades of Shocking Pink #ED0FBA
Tints of Shocking Pink #ED0FBA
RGB
CMYK
RGB Variations
Color information
#ED0FBA (or 0xED0FBA) is known color: Shocking Pink. HEX triplet: ED, 0F and BA. RGB value is (237,15,186). Sum of RGB (Red+Green+Blue) = 237+15+186=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FBA is #12F045. Grayscale: #646464. Windows color (decimal): -1241158 or 12193773. OLE color: 12193773.
HSL color Cylindrical-coordinate representation of color #ED0FBA: hue angle of 313.78º 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 #ED0FBA is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 186 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.07 |
| HSL | 313.78º | 0.88% | 0.49% | - |
| HSV(B) | 313.78º | 0.94% | 0.93% | - |
| XYZ | 43.96 | 21.89 | 48.36 | - |
| YUV | 100.87 | 176.05 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 186 | 0 | 0.94 | 0.22 | 0.07 | 313.78 | 0.88 | 0.49 |
| Hex | ED | F | BA | 0 | 5E | 16 | 7 | 13A | 58 | 31 |
| Octal | 355 | 17 | 272 | 0 | 136 | 26 | 7 | 472 | 130 | 61 |
| Binary | 11101101 | 1111 | 10111010 | 0 | 1011110 | 10110 | 111 | 100111010 | 1011000 | 110001 |
Color Harmonies of #ED0FBA
Complementary color
Monochromatic Colors of #ED0FBA
Black with #ED0FBA
Text Example
Text Example
White with #ED0FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FBA; }
p { color: rgb(237,15,186); }
H1.HeaderClassName
{
color: #ED0FBA;
}
.AnyTagClassName
{
color: #ED0FBA;
}
</style>
background-color css
<style>
a { background-color: #ED0FBA; }
a { background-color: rgb(237,15,186); }
div.DivClassName
{
background-color: #ED0FBA;
}
.BgClassName
{
background-color: #ED0FBA;
}
</style>
border-color css
<style>
span { border-color: #ED0FBA; }
span { border-color: rgb(237,15,186); }
td.TdClassName
{
border-color: #ED0FBA;
}
.TagClassName
{
border-color: #ED0FBA;
}
</style>