Shades of Shocking Pink #ED04BA
Tints of Shocking Pink #ED04BA
RGB
CMYK
RGB Variations
Color information
#ED04BA (or 0xED04BA) is known color: Shocking Pink. HEX triplet: ED, 04 and BA. RGB value is (237,4,186). Sum of RGB (Red+Green+Blue) = 237+4+186=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED04BA is #12FB45. Grayscale: #5D5D5D. Windows color (decimal): -1243974 or 12190957. OLE color: 12190957.
HSL color Cylindrical-coordinate representation of color #ED04BA: hue angle of 313.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED04BA is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.07 |
| HSL | 313.13º | 0.97% | 0.47% | - |
| HSV(B) | 313.13º | 0.98% | 0.93% | - |
| XYZ | 43.83 | 21.64 | 48.32 | - |
| YUV | 94.42 | 179.69 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 186 | 0 | 0.98 | 0.22 | 0.07 | 313.13 | 0.97 | 0.47 |
| Hex | ED | 4 | BA | 0 | 62 | 16 | 7 | 139 | 61 | 2F |
| Octal | 355 | 4 | 272 | 0 | 142 | 26 | 7 | 471 | 141 | 57 |
| Binary | 11101101 | 100 | 10111010 | 0 | 1100010 | 10110 | 111 | 100111001 | 1100001 | 101111 |
Color Harmonies of #ED04BA
Complementary color
Monochromatic Colors of #ED04BA
Black with #ED04BA
Text Example
Text Example
White with #ED04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED04BA; }
p { color: rgb(237,4,186); }
H1.HeaderClassName
{
color: #ED04BA;
}
.AnyTagClassName
{
color: #ED04BA;
}
</style>
background-color css
<style>
a { background-color: #ED04BA; }
a { background-color: rgb(237,4,186); }
div.DivClassName
{
background-color: #ED04BA;
}
.BgClassName
{
background-color: #ED04BA;
}
</style>
border-color css
<style>
span { border-color: #ED04BA; }
span { border-color: rgb(237,4,186); }
td.TdClassName
{
border-color: #ED04BA;
}
.TagClassName
{
border-color: #ED04BA;
}
</style>