Shades of Shocking Pink #ED1DD3
Tints of Shocking Pink #ED1DD3
RGB
CMYK
RGB Variations
Color information
#ED1DD3 (or 0xED1DD3) is known color: Shocking Pink. HEX triplet: ED, 1D and D3. RGB value is (237,29,211). Sum of RGB (Red+Green+Blue) = 237+29+211=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1DD3 is #12E22C. Grayscale: #6F6F6F. Windows color (decimal): -1237549 or 13835757. OLE color: 13835757.
HSL color Cylindrical-coordinate representation of color #ED1DD3: hue angle of 307.5º 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 #ED1DD3 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 211 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.07 |
| HSL | 307.5º | 0.85% | 0.52% | - |
| HSV(B) | 307.5º | 0.88% | 0.93% | - |
| XYZ | 47.12 | 23.59 | 63.7 | - |
| YUV | 111.94 | 183.91 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 211 | 0 | 0.88 | 0.11 | 0.07 | 307.5 | 0.85 | 0.52 |
| Hex | ED | 1D | D3 | 0 | 58 | B | 7 | 134 | 55 | 34 |
| Octal | 355 | 35 | 323 | 0 | 130 | 13 | 7 | 464 | 125 | 64 |
| Binary | 11101101 | 11101 | 11010011 | 0 | 1011000 | 1011 | 111 | 100110100 | 1010101 | 110100 |
Color Harmonies of #ED1DD3
Complementary color
Monochromatic Colors of #ED1DD3
Black with #ED1DD3
Text Example
Text Example
White with #ED1DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1DD3; }
p { color: rgb(237,29,211); }
H1.HeaderClassName
{
color: #ED1DD3;
}
.AnyTagClassName
{
color: #ED1DD3;
}
</style>
background-color css
<style>
a { background-color: #ED1DD3; }
a { background-color: rgb(237,29,211); }
div.DivClassName
{
background-color: #ED1DD3;
}
.BgClassName
{
background-color: #ED1DD3;
}
</style>
border-color css
<style>
span { border-color: #ED1DD3; }
span { border-color: rgb(237,29,211); }
td.TdClassName
{
border-color: #ED1DD3;
}
.TagClassName
{
border-color: #ED1DD3;
}
</style>