Shades of Shocking Pink #ED18BB
Tints of Shocking Pink #ED18BB
RGB
CMYK
RGB Variations
Color information
#ED18BB (or 0xED18BB) is known color: Shocking Pink. HEX triplet: ED, 18 and BB. RGB value is (237,24,187). Sum of RGB (Red+Green+Blue) = 237+24+187=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18BB is #12E744. Grayscale: #696969. Windows color (decimal): -1238853 or 12261613. OLE color: 12261613.
HSL color Cylindrical-coordinate representation of color #ED18BB: hue angle of 314.08º 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 #ED18BB is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 187 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.07 |
| HSL | 314.08º | 0.86% | 0.51% | - |
| HSV(B) | 314.08º | 0.9% | 0.93% | - |
| XYZ | 44.22 | 22.25 | 48.98 | - |
| YUV | 106.27 | 173.57 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 187 | 0 | 0.90 | 0.21 | 0.07 | 314.08 | 0.86 | 0.51 |
| Hex | ED | 18 | BB | 0 | 5A | 15 | 7 | 13A | 56 | 33 |
| Octal | 355 | 30 | 273 | 0 | 132 | 25 | 7 | 472 | 126 | 63 |
| Binary | 11101101 | 11000 | 10111011 | 0 | 1011010 | 10101 | 111 | 100111010 | 1010110 | 110011 |
Color Harmonies of #ED18BB
Complementary color
Monochromatic Colors of #ED18BB
Black with #ED18BB
Text Example
Text Example
White with #ED18BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18BB; }
p { color: rgb(237,24,187); }
H1.HeaderClassName
{
color: #ED18BB;
}
.AnyTagClassName
{
color: #ED18BB;
}
</style>
background-color css
<style>
a { background-color: #ED18BB; }
a { background-color: rgb(237,24,187); }
div.DivClassName
{
background-color: #ED18BB;
}
.BgClassName
{
background-color: #ED18BB;
}
</style>
border-color css
<style>
span { border-color: #ED18BB; }
span { border-color: rgb(237,24,187); }
td.TdClassName
{
border-color: #ED18BB;
}
.TagClassName
{
border-color: #ED18BB;
}
</style>