Shades of Shocking Pink #ED19BC
Tints of Shocking Pink #ED19BC
RGB
CMYK
RGB Variations
Color information
#ED19BC (or 0xED19BC) is known color: Shocking Pink. HEX triplet: ED, 19 and BC. RGB value is (237,25,188). Sum of RGB (Red+Green+Blue) = 237+25+188=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19BC is #12E643. Grayscale: #6A6A6A. Windows color (decimal): -1238596 or 12327405. OLE color: 12327405.
HSL color Cylindrical-coordinate representation of color #ED19BC: hue angle of 313.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED19BC is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 188 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.07 |
| HSL | 313.87º | 0.85% | 0.51% | - |
| HSV(B) | 313.87º | 0.89% | 0.93% | - |
| XYZ | 44.35 | 22.33 | 49.55 | - |
| YUV | 106.97 | 173.74 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 188 | 0 | 0.89 | 0.21 | 0.07 | 313.87 | 0.85 | 0.51 |
| Hex | ED | 19 | BC | 0 | 59 | 15 | 7 | 13A | 55 | 33 |
| Octal | 355 | 31 | 274 | 0 | 131 | 25 | 7 | 472 | 125 | 63 |
| Binary | 11101101 | 11001 | 10111100 | 0 | 1011001 | 10101 | 111 | 100111010 | 1010101 | 110011 |
Color Harmonies of #ED19BC
Complementary color
Monochromatic Colors of #ED19BC
Black with #ED19BC
Text Example
Text Example
White with #ED19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19BC; }
p { color: rgb(237,25,188); }
H1.HeaderClassName
{
color: #ED19BC;
}
.AnyTagClassName
{
color: #ED19BC;
}
</style>
background-color css
<style>
a { background-color: #ED19BC; }
a { background-color: rgb(237,25,188); }
div.DivClassName
{
background-color: #ED19BC;
}
.BgClassName
{
background-color: #ED19BC;
}
</style>
border-color css
<style>
span { border-color: #ED19BC; }
span { border-color: rgb(237,25,188); }
td.TdClassName
{
border-color: #ED19BC;
}
.TagClassName
{
border-color: #ED19BC;
}
</style>