Shades of Shocking Pink #ED0BBB
Tints of Shocking Pink #ED0BBB
RGB
CMYK
RGB Variations
Color information
#ED0BBB (or 0xED0BBB) is known color: Shocking Pink. HEX triplet: ED, 0B and BB. RGB value is (237,11,187). Sum of RGB (Red+Green+Blue) = 237+11+187=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BBB is #12F444. Grayscale: #626262. Windows color (decimal): -1242181 or 12258285. OLE color: 12258285.
HSL color Cylindrical-coordinate representation of color #ED0BBB: hue angle of 313.27º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0BBB is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 187 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.07 |
| HSL | 313.27º | 0.91% | 0.49% | - |
| HSV(B) | 313.27º | 0.95% | 0.93% | - |
| XYZ | 44.01 | 21.83 | 48.91 | - |
| YUV | 98.64 | 177.87 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 187 | 0 | 0.95 | 0.21 | 0.07 | 313.27 | 0.91 | 0.49 |
| Hex | ED | B | BB | 0 | 5F | 15 | 7 | 139 | 5B | 31 |
| Octal | 355 | 13 | 273 | 0 | 137 | 25 | 7 | 471 | 133 | 61 |
| Binary | 11101101 | 1011 | 10111011 | 0 | 1011111 | 10101 | 111 | 100111001 | 1011011 | 110001 |
Color Harmonies of #ED0BBB
Complementary color
Monochromatic Colors of #ED0BBB
Black with #ED0BBB
Text Example
Text Example
White with #ED0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BBB; }
p { color: rgb(237,11,187); }
H1.HeaderClassName
{
color: #ED0BBB;
}
.AnyTagClassName
{
color: #ED0BBB;
}
</style>
background-color css
<style>
a { background-color: #ED0BBB; }
a { background-color: rgb(237,11,187); }
div.DivClassName
{
background-color: #ED0BBB;
}
.BgClassName
{
background-color: #ED0BBB;
}
</style>
border-color css
<style>
span { border-color: #ED0BBB; }
span { border-color: rgb(237,11,187); }
td.TdClassName
{
border-color: #ED0BBB;
}
.TagClassName
{
border-color: #ED0BBB;
}
</style>