Shades of Shocking Pink #ED18BF
Tints of Shocking Pink #ED18BF
RGB
CMYK
RGB Variations
Color information
#ED18BF (or 0xED18BF) is known color: Shocking Pink. HEX triplet: ED, 18 and BF. RGB value is (237,24,191). Sum of RGB (Red+Green+Blue) = 237+24+191=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18BF is #12E740. Grayscale: #6A6A6A. Windows color (decimal): -1238849 or 12523757. OLE color: 12523757.
HSL color Cylindrical-coordinate representation of color #ED18BF: hue angle of 312.96º 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 #ED18BF is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 191 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.07 |
| HSL | 312.96º | 0.86% | 0.51% | - |
| HSV(B) | 312.96º | 0.9% | 0.93% | - |
| XYZ | 44.66 | 22.42 | 51.26 | - |
| YUV | 106.73 | 175.57 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 191 | 0 | 0.90 | 0.19 | 0.07 | 312.96 | 0.86 | 0.51 |
| Hex | ED | 18 | BF | 0 | 5A | 13 | 7 | 139 | 56 | 33 |
| Octal | 355 | 30 | 277 | 0 | 132 | 23 | 7 | 471 | 126 | 63 |
| Binary | 11101101 | 11000 | 10111111 | 0 | 1011010 | 10011 | 111 | 100111001 | 1010110 | 110011 |
Color Harmonies of #ED18BF
Complementary color
Monochromatic Colors of #ED18BF
Black with #ED18BF
Text Example
Text Example
White with #ED18BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18BF; }
p { color: rgb(237,24,191); }
H1.HeaderClassName
{
color: #ED18BF;
}
.AnyTagClassName
{
color: #ED18BF;
}
</style>
background-color css
<style>
a { background-color: #ED18BF; }
a { background-color: rgb(237,24,191); }
div.DivClassName
{
background-color: #ED18BF;
}
.BgClassName
{
background-color: #ED18BF;
}
</style>
border-color css
<style>
span { border-color: #ED18BF; }
span { border-color: rgb(237,24,191); }
td.TdClassName
{
border-color: #ED18BF;
}
.TagClassName
{
border-color: #ED18BF;
}
</style>