Shades of Shocking Pink #ED0BBD
Tints of Shocking Pink #ED0BBD
RGB
CMYK
RGB Variations
Color information
#ED0BBD (or 0xED0BBD) is known color: Shocking Pink. HEX triplet: ED, 0B and BD. RGB value is (237,11,189). Sum of RGB (Red+Green+Blue) = 237+11+189=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BBD is #12F442. Grayscale: #626262. Windows color (decimal): -1242179 or 12389357. OLE color: 12389357.
HSL color Cylindrical-coordinate representation of color #ED0BBD: hue angle of 312.74º 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 #ED0BBD is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.07 |
| HSL | 312.74º | 0.91% | 0.49% | - |
| HSV(B) | 312.74º | 0.95% | 0.93% | - |
| XYZ | 44.23 | 21.92 | 50.04 | - |
| YUV | 98.87 | 178.87 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 189 | 0 | 0.95 | 0.20 | 0.07 | 312.74 | 0.91 | 0.49 |
| Hex | ED | B | BD | 0 | 5F | 14 | 7 | 139 | 5B | 31 |
| Octal | 355 | 13 | 275 | 0 | 137 | 24 | 7 | 471 | 133 | 61 |
| Binary | 11101101 | 1011 | 10111101 | 0 | 1011111 | 10100 | 111 | 100111001 | 1011011 | 110001 |
Color Harmonies of #ED0BBD
Complementary color
Monochromatic Colors of #ED0BBD
Black with #ED0BBD
Text Example
Text Example
White with #ED0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BBD; }
p { color: rgb(237,11,189); }
H1.HeaderClassName
{
color: #ED0BBD;
}
.AnyTagClassName
{
color: #ED0BBD;
}
</style>
background-color css
<style>
a { background-color: #ED0BBD; }
a { background-color: rgb(237,11,189); }
div.DivClassName
{
background-color: #ED0BBD;
}
.BgClassName
{
background-color: #ED0BBD;
}
</style>
border-color css
<style>
span { border-color: #ED0BBD; }
span { border-color: rgb(237,11,189); }
td.TdClassName
{
border-color: #ED0BBD;
}
.TagClassName
{
border-color: #ED0BBD;
}
</style>