Shades of Shocking Pink #ED17BE
Tints of Shocking Pink #ED17BE
RGB
CMYK
RGB Variations
Color information
#ED17BE (or 0xED17BE) is known color: Shocking Pink. HEX triplet: ED, 17 and BE. RGB value is (237,23,190). Sum of RGB (Red+Green+Blue) = 237+23+190=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17BE is #12E841. Grayscale: #696969. Windows color (decimal): -1239106 or 12457965. OLE color: 12457965.
HSL color Cylindrical-coordinate representation of color #ED17BE: hue angle of 313.18º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED17BE is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.07 |
| HSL | 313.18º | 0.86% | 0.51% | - |
| HSV(B) | 313.18º | 0.9% | 0.93% | - |
| XYZ | 44.53 | 22.34 | 50.68 | - |
| YUV | 106.02 | 175.4 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 190 | 0 | 0.90 | 0.20 | 0.07 | 313.18 | 0.86 | 0.51 |
| Hex | ED | 17 | BE | 0 | 5A | 14 | 7 | 139 | 56 | 33 |
| Octal | 355 | 27 | 276 | 0 | 132 | 24 | 7 | 471 | 126 | 63 |
| Binary | 11101101 | 10111 | 10111110 | 0 | 1011010 | 10100 | 111 | 100111001 | 1010110 | 110011 |
Color Harmonies of #ED17BE
Complementary color
Monochromatic Colors of #ED17BE
Black with #ED17BE
Text Example
Text Example
White with #ED17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17BE; }
p { color: rgb(237,23,190); }
H1.HeaderClassName
{
color: #ED17BE;
}
.AnyTagClassName
{
color: #ED17BE;
}
</style>
background-color css
<style>
a { background-color: #ED17BE; }
a { background-color: rgb(237,23,190); }
div.DivClassName
{
background-color: #ED17BE;
}
.BgClassName
{
background-color: #ED17BE;
}
</style>
border-color css
<style>
span { border-color: #ED17BE; }
span { border-color: rgb(237,23,190); }
td.TdClassName
{
border-color: #ED17BE;
}
.TagClassName
{
border-color: #ED17BE;
}
</style>