Shades of Shocking Pink #ED0BBF
Tints of Shocking Pink #ED0BBF
RGB
CMYK
RGB Variations
Color information
#ED0BBF (or 0xED0BBF) is known color: Shocking Pink. HEX triplet: ED, 0B and BF. RGB value is (237,11,191). Sum of RGB (Red+Green+Blue) = 237+11+191=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BBF is #12F440. Grayscale: #626262. Windows color (decimal): -1242177 or 12520429. OLE color: 12520429.
HSL color Cylindrical-coordinate representation of color #ED0BBF: hue angle of 312.21º 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 #ED0BBF is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.07 |
| HSL | 312.21º | 0.91% | 0.49% | - |
| HSV(B) | 312.21º | 0.95% | 0.93% | - |
| XYZ | 44.45 | 22.01 | 51.19 | - |
| YUV | 99.09 | 179.87 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 191 | 0 | 0.95 | 0.19 | 0.07 | 312.21 | 0.91 | 0.49 |
| Hex | ED | B | BF | 0 | 5F | 13 | 7 | 138 | 5B | 31 |
| Octal | 355 | 13 | 277 | 0 | 137 | 23 | 7 | 470 | 133 | 61 |
| Binary | 11101101 | 1011 | 10111111 | 0 | 1011111 | 10011 | 111 | 100111000 | 1011011 | 110001 |
Color Harmonies of #ED0BBF
Complementary color
Monochromatic Colors of #ED0BBF
Black with #ED0BBF
Text Example
Text Example
White with #ED0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BBF; }
p { color: rgb(237,11,191); }
H1.HeaderClassName
{
color: #ED0BBF;
}
.AnyTagClassName
{
color: #ED0BBF;
}
</style>
background-color css
<style>
a { background-color: #ED0BBF; }
a { background-color: rgb(237,11,191); }
div.DivClassName
{
background-color: #ED0BBF;
}
.BgClassName
{
background-color: #ED0BBF;
}
</style>
border-color css
<style>
span { border-color: #ED0BBF; }
span { border-color: rgb(237,11,191); }
td.TdClassName
{
border-color: #ED0BBF;
}
.TagClassName
{
border-color: #ED0BBF;
}
</style>