Shades of Shocking Pink #ED19B7
Tints of Shocking Pink #ED19B7
RGB
CMYK
RGB Variations
Color information
#ED19B7 (or 0xED19B7) is known color: Shocking Pink. HEX triplet: ED, 19 and B7. RGB value is (237,25,183). Sum of RGB (Red+Green+Blue) = 237+25+183=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19B7 is #12E648. Grayscale: #696969. Windows color (decimal): -1238601 or 11999725. OLE color: 11999725.
HSL color Cylindrical-coordinate representation of color #ED19B7: hue angle of 315.28º 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 #ED19B7 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 183 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.07 |
| HSL | 315.28º | 0.85% | 0.51% | - |
| HSV(B) | 315.28º | 0.89% | 0.93% | - |
| XYZ | 43.82 | 22.12 | 46.76 | - |
| YUV | 106.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 183 | 0 | 0.89 | 0.23 | 0.07 | 315.28 | 0.85 | 0.51 |
| Hex | ED | 19 | B7 | 0 | 59 | 17 | 7 | 13B | 55 | 33 |
| Octal | 355 | 31 | 267 | 0 | 131 | 27 | 7 | 473 | 125 | 63 |
| Binary | 11101101 | 11001 | 10110111 | 0 | 1011001 | 10111 | 111 | 100111011 | 1010101 | 110011 |
Color Harmonies of #ED19B7
Complementary color
Monochromatic Colors of #ED19B7
Black with #ED19B7
Text Example
Text Example
White with #ED19B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19B7; }
p { color: rgb(237,25,183); }
H1.HeaderClassName
{
color: #ED19B7;
}
.AnyTagClassName
{
color: #ED19B7;
}
</style>
background-color css
<style>
a { background-color: #ED19B7; }
a { background-color: rgb(237,25,183); }
div.DivClassName
{
background-color: #ED19B7;
}
.BgClassName
{
background-color: #ED19B7;
}
</style>
border-color css
<style>
span { border-color: #ED19B7; }
span { border-color: rgb(237,25,183); }
td.TdClassName
{
border-color: #ED19B7;
}
.TagClassName
{
border-color: #ED19B7;
}
</style>