Shades of Shocking Pink #ED20BF
Tints of Shocking Pink #ED20BF
RGB
CMYK
RGB Variations
Color information
#ED20BF (or 0xED20BF) is known color: Shocking Pink. HEX triplet: ED, 20 and BF. RGB value is (237,32,191). Sum of RGB (Red+Green+Blue) = 237+32+191=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20BF is #12DF40. Grayscale: #6E6E6E. Windows color (decimal): -1236801 or 12525805. OLE color: 12525805.
HSL color Cylindrical-coordinate representation of color #ED20BF: hue angle of 313.46º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED20BF is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 191 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.07 |
| HSL | 313.46º | 0.85% | 0.53% | - |
| HSV(B) | 313.46º | 0.86% | 0.93% | - |
| XYZ | 44.85 | 22.8 | 51.33 | - |
| YUV | 111.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 191 | 0 | 0.86 | 0.19 | 0.07 | 313.46 | 0.85 | 0.53 |
| Hex | ED | 20 | BF | 0 | 56 | 13 | 7 | 139 | 55 | 35 |
| Octal | 355 | 40 | 277 | 0 | 126 | 23 | 7 | 471 | 125 | 65 |
| Binary | 11101101 | 100000 | 10111111 | 0 | 1010110 | 10011 | 111 | 100111001 | 1010101 | 110101 |
Color Harmonies of #ED20BF
Complementary color
Monochromatic Colors of #ED20BF
Black with #ED20BF
Text Example
Text Example
White with #ED20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20BF; }
p { color: rgb(237,32,191); }
H1.HeaderClassName
{
color: #ED20BF;
}
.AnyTagClassName
{
color: #ED20BF;
}
</style>
background-color css
<style>
a { background-color: #ED20BF; }
a { background-color: rgb(237,32,191); }
div.DivClassName
{
background-color: #ED20BF;
}
.BgClassName
{
background-color: #ED20BF;
}
</style>
border-color css
<style>
span { border-color: #ED20BF; }
span { border-color: rgb(237,32,191); }
td.TdClassName
{
border-color: #ED20BF;
}
.TagClassName
{
border-color: #ED20BF;
}
</style>