Shades of Shocking Pink #ED1BBC
Tints of Shocking Pink #ED1BBC
RGB
CMYK
RGB Variations
Color information
#ED1BBC (or 0xED1BBC) is known color: Shocking Pink. HEX triplet: ED, 1B and BC. RGB value is (237,27,188). Sum of RGB (Red+Green+Blue) = 237+27+188=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1BBC is #12E443. Grayscale: #6B6B6B. Windows color (decimal): -1238084 or 12327917. OLE color: 12327917.
HSL color Cylindrical-coordinate representation of color #ED1BBC: hue angle of 314º 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 #ED1BBC is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.07 |
| HSL | 314º | 0.85% | 0.52% | - |
| HSV(B) | 314º | 0.89% | 0.93% | - |
| XYZ | 44.39 | 22.42 | 49.56 | - |
| YUV | 108.14 | 173.07 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 188 | 0 | 0.89 | 0.21 | 0.07 | 314 | 0.85 | 0.52 |
| Hex | ED | 1B | BC | 0 | 59 | 15 | 7 | 13A | 55 | 34 |
| Octal | 355 | 33 | 274 | 0 | 131 | 25 | 7 | 472 | 125 | 64 |
| Binary | 11101101 | 11011 | 10111100 | 0 | 1011001 | 10101 | 111 | 100111010 | 1010101 | 110100 |
Color Harmonies of #ED1BBC
Complementary color
Monochromatic Colors of #ED1BBC
Black with #ED1BBC
Text Example
Text Example
White with #ED1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1BBC; }
p { color: rgb(237,27,188); }
H1.HeaderClassName
{
color: #ED1BBC;
}
.AnyTagClassName
{
color: #ED1BBC;
}
</style>
background-color css
<style>
a { background-color: #ED1BBC; }
a { background-color: rgb(237,27,188); }
div.DivClassName
{
background-color: #ED1BBC;
}
.BgClassName
{
background-color: #ED1BBC;
}
</style>
border-color css
<style>
span { border-color: #ED1BBC; }
span { border-color: rgb(237,27,188); }
td.TdClassName
{
border-color: #ED1BBC;
}
.TagClassName
{
border-color: #ED1BBC;
}
</style>