Shades of Shocking Pink #ED1DBE
Tints of Shocking Pink #ED1DBE
RGB
CMYK
RGB Variations
Color information
#ED1DBE (or 0xED1DBE) is known color: Shocking Pink. HEX triplet: ED, 1D and BE. RGB value is (237,29,190). Sum of RGB (Red+Green+Blue) = 237+29+190=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1DBE is #12E241. Grayscale: #6D6D6D. Windows color (decimal): -1237570 or 12459501. OLE color: 12459501.
HSL color Cylindrical-coordinate representation of color #ED1DBE: hue angle of 313.56º 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 #ED1DBE is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 190 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.07 |
| HSL | 313.56º | 0.85% | 0.52% | - |
| HSV(B) | 313.56º | 0.88% | 0.93% | - |
| XYZ | 44.66 | 22.6 | 50.72 | - |
| YUV | 109.55 | 173.41 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 190 | 0 | 0.88 | 0.20 | 0.07 | 313.56 | 0.85 | 0.52 |
| Hex | ED | 1D | BE | 0 | 58 | 14 | 7 | 13A | 55 | 34 |
| Octal | 355 | 35 | 276 | 0 | 130 | 24 | 7 | 472 | 125 | 64 |
| Binary | 11101101 | 11101 | 10111110 | 0 | 1011000 | 10100 | 111 | 100111010 | 1010101 | 110100 |
Color Harmonies of #ED1DBE
Complementary color
Monochromatic Colors of #ED1DBE
Black with #ED1DBE
Text Example
Text Example
White with #ED1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1DBE; }
p { color: rgb(237,29,190); }
H1.HeaderClassName
{
color: #ED1DBE;
}
.AnyTagClassName
{
color: #ED1DBE;
}
</style>
background-color css
<style>
a { background-color: #ED1DBE; }
a { background-color: rgb(237,29,190); }
div.DivClassName
{
background-color: #ED1DBE;
}
.BgClassName
{
background-color: #ED1DBE;
}
</style>
border-color css
<style>
span { border-color: #ED1DBE; }
span { border-color: rgb(237,29,190); }
td.TdClassName
{
border-color: #ED1DBE;
}
.TagClassName
{
border-color: #ED1DBE;
}
</style>