Shades of Shocking Pink #ED1DCE
Tints of Shocking Pink #ED1DCE
RGB
CMYK
RGB Variations
Color information
#ED1DCE (or 0xED1DCE) is known color: Shocking Pink. HEX triplet: ED, 1D and CE. RGB value is (237,29,206). Sum of RGB (Red+Green+Blue) = 237+29+206=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1DCE is #12E231. Grayscale: #6E6E6E. Windows color (decimal): -1237554 or 13508077. OLE color: 13508077.
HSL color Cylindrical-coordinate representation of color #ED1DCE: hue angle of 308.94º 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 #ED1DCE is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 206 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.07 |
| HSL | 308.94º | 0.85% | 0.52% | - |
| HSV(B) | 308.94º | 0.88% | 0.93% | - |
| XYZ | 46.5 | 23.34 | 60.45 | - |
| YUV | 111.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 206 | 0 | 0.88 | 0.13 | 0.07 | 308.94 | 0.85 | 0.52 |
| Hex | ED | 1D | CE | 0 | 58 | D | 7 | 135 | 55 | 34 |
| Octal | 355 | 35 | 316 | 0 | 130 | 15 | 7 | 465 | 125 | 64 |
| Binary | 11101101 | 11101 | 11001110 | 0 | 1011000 | 1101 | 111 | 100110101 | 1010101 | 110100 |
Color Harmonies of #ED1DCE
Complementary color
Monochromatic Colors of #ED1DCE
Black with #ED1DCE
Text Example
Text Example
White with #ED1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1DCE; }
p { color: rgb(237,29,206); }
H1.HeaderClassName
{
color: #ED1DCE;
}
.AnyTagClassName
{
color: #ED1DCE;
}
</style>
background-color css
<style>
a { background-color: #ED1DCE; }
a { background-color: rgb(237,29,206); }
div.DivClassName
{
background-color: #ED1DCE;
}
.BgClassName
{
background-color: #ED1DCE;
}
</style>
border-color css
<style>
span { border-color: #ED1DCE; }
span { border-color: rgb(237,29,206); }
td.TdClassName
{
border-color: #ED1DCE;
}
.TagClassName
{
border-color: #ED1DCE;
}
</style>