Shades of Shocking Pink #ED1BBB
Tints of Shocking Pink #ED1BBB
RGB
CMYK
RGB Variations
Color information
#ED1BBB (or 0xED1BBB) is known color: Shocking Pink. HEX triplet: ED, 1B and BB. RGB value is (237,27,187). Sum of RGB (Red+Green+Blue) = 237+27+187=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1BBB is #12E444. Grayscale: #6B6B6B. Windows color (decimal): -1238085 or 12262381. OLE color: 12262381.
HSL color Cylindrical-coordinate representation of color #ED1BBB: hue angle of 314.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1BBB is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 187 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.07 |
| HSL | 314.29º | 0.85% | 0.52% | - |
| HSV(B) | 314.29º | 0.89% | 0.93% | - |
| XYZ | 44.29 | 22.38 | 49 | - |
| YUV | 108.03 | 172.57 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 187 | 0 | 0.89 | 0.21 | 0.07 | 314.29 | 0.85 | 0.52 |
| Hex | ED | 1B | BB | 0 | 59 | 15 | 7 | 13A | 55 | 34 |
| Octal | 355 | 33 | 273 | 0 | 131 | 25 | 7 | 472 | 125 | 64 |
| Binary | 11101101 | 11011 | 10111011 | 0 | 1011001 | 10101 | 111 | 100111010 | 1010101 | 110100 |
Color Harmonies of #ED1BBB
Complementary color
Monochromatic Colors of #ED1BBB
Black with #ED1BBB
Text Example
Text Example
White with #ED1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1BBB; }
p { color: rgb(237,27,187); }
H1.HeaderClassName
{
color: #ED1BBB;
}
.AnyTagClassName
{
color: #ED1BBB;
}
</style>
background-color css
<style>
a { background-color: #ED1BBB; }
a { background-color: rgb(237,27,187); }
div.DivClassName
{
background-color: #ED1BBB;
}
.BgClassName
{
background-color: #ED1BBB;
}
</style>
border-color css
<style>
span { border-color: #ED1BBB; }
span { border-color: rgb(237,27,187); }
td.TdClassName
{
border-color: #ED1BBB;
}
.TagClassName
{
border-color: #ED1BBB;
}
</style>