Shades of Shocking Pink #ED00BA
Tints of Shocking Pink #ED00BA
RGB
CMYK
RGB Variations
Color information
#ED00BA (or 0xED00BA) is known color: Shocking Pink. HEX triplet: ED, 00 and BA. RGB value is (237,0,186). Sum of RGB (Red+Green+Blue) = 237+0+186=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED00BA is #12FF45. Grayscale: #5B5B5B. Windows color (decimal): -1244998 or 12189933. OLE color: 12189933.
HSL color Cylindrical-coordinate representation of color #ED00BA: hue angle of 312.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED00BA is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.22 | 0.07 |
| HSL | 312.91º | 1% | 0.46% | - |
| HSV(B) | 312.91º | 1% | 0.93% | - |
| XYZ | 43.79 | 21.55 | 48.31 | - |
| YUV | 92.07 | 181.02 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 186 | 0 | 1 | 0.22 | 0.07 | 312.91 | 1 | 0.46 |
| Hex | ED | 0 | BA | 0 | 64 | 16 | 7 | 139 | 64 | 2E |
| Octal | 355 | 0 | 272 | 0 | 144 | 26 | 7 | 471 | 144 | 56 |
| Binary | 11101101 | 0 | 10111010 | 0 | 1100100 | 10110 | 111 | 100111001 | 1100100 | 101110 |
Color Harmonies of #ED00BA
Complementary color
Monochromatic Colors of #ED00BA
Black with #ED00BA
Text Example
Text Example
White with #ED00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED00BA; }
p { color: rgb(237,0,186); }
H1.HeaderClassName
{
color: #ED00BA;
}
.AnyTagClassName
{
color: #ED00BA;
}
</style>
background-color css
<style>
a { background-color: #ED00BA; }
a { background-color: rgb(237,0,186); }
div.DivClassName
{
background-color: #ED00BA;
}
.BgClassName
{
background-color: #ED00BA;
}
</style>
border-color css
<style>
span { border-color: #ED00BA; }
span { border-color: rgb(237,0,186); }
td.TdClassName
{
border-color: #ED00BA;
}
.TagClassName
{
border-color: #ED00BA;
}
</style>