Shades of Shocking Pink #ED1DBD
Tints of Shocking Pink #ED1DBD
RGB
CMYK
RGB Variations
Color information
#ED1DBD (or 0xED1DBD) is known color: Shocking Pink. HEX triplet: ED, 1D and BD. RGB value is (237,29,189). Sum of RGB (Red+Green+Blue) = 237+29+189=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1DBD is #12E242. Grayscale: #6D6D6D. Windows color (decimal): -1237571 or 12393965. OLE color: 12393965.
HSL color Cylindrical-coordinate representation of color #ED1DBD: hue angle of 313.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1DBD is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 189 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.07 |
| HSL | 313.85º | 0.85% | 0.52% | - |
| HSV(B) | 313.85º | 0.88% | 0.93% | - |
| XYZ | 44.55 | 22.56 | 50.15 | - |
| YUV | 109.43 | 172.91 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 189 | 0 | 0.88 | 0.20 | 0.07 | 313.85 | 0.85 | 0.52 |
| Hex | ED | 1D | BD | 0 | 58 | 14 | 7 | 13A | 55 | 34 |
| Octal | 355 | 35 | 275 | 0 | 130 | 24 | 7 | 472 | 125 | 64 |
| Binary | 11101101 | 11101 | 10111101 | 0 | 1011000 | 10100 | 111 | 100111010 | 1010101 | 110100 |
Color Harmonies of #ED1DBD
Complementary color
Monochromatic Colors of #ED1DBD
Black with #ED1DBD
Text Example
Text Example
White with #ED1DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1DBD; }
p { color: rgb(237,29,189); }
H1.HeaderClassName
{
color: #ED1DBD;
}
.AnyTagClassName
{
color: #ED1DBD;
}
</style>
background-color css
<style>
a { background-color: #ED1DBD; }
a { background-color: rgb(237,29,189); }
div.DivClassName
{
background-color: #ED1DBD;
}
.BgClassName
{
background-color: #ED1DBD;
}
</style>
border-color css
<style>
span { border-color: #ED1DBD; }
span { border-color: rgb(237,29,189); }
td.TdClassName
{
border-color: #ED1DBD;
}
.TagClassName
{
border-color: #ED1DBD;
}
</style>