Shades of Shocking Pink #ED11D2
Tints of Shocking Pink #ED11D2
RGB
CMYK
RGB Variations
Color information
#ED11D2 (or 0xED11D2) is known color: Shocking Pink. HEX triplet: ED, 11 and D2. RGB value is (237,17,210). Sum of RGB (Red+Green+Blue) = 237+17+210=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11D2 is #12EE2D. Grayscale: #686868. Windows color (decimal): -1240622 or 13767149. OLE color: 13767149.
HSL color Cylindrical-coordinate representation of color #ED11D2: hue angle of 307.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED11D2 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 210 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.07 |
| HSL | 307.36º | 0.87% | 0.5% | - |
| HSV(B) | 307.36º | 0.93% | 0.93% | - |
| XYZ | 46.76 | 23.06 | 62.96 | - |
| YUV | 104.78 | 187.39 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 210 | 0 | 0.93 | 0.11 | 0.07 | 307.36 | 0.87 | 0.5 |
| Hex | ED | 11 | D2 | 0 | 5D | B | 7 | 133 | 57 | 32 |
| Octal | 355 | 21 | 322 | 0 | 135 | 13 | 7 | 463 | 127 | 62 |
| Binary | 11101101 | 10001 | 11010010 | 0 | 1011101 | 1011 | 111 | 100110011 | 1010111 | 110010 |
Color Harmonies of #ED11D2
Complementary color
Monochromatic Colors of #ED11D2
Black with #ED11D2
Text Example
Text Example
White with #ED11D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11D2; }
p { color: rgb(237,17,210); }
H1.HeaderClassName
{
color: #ED11D2;
}
.AnyTagClassName
{
color: #ED11D2;
}
</style>
background-color css
<style>
a { background-color: #ED11D2; }
a { background-color: rgb(237,17,210); }
div.DivClassName
{
background-color: #ED11D2;
}
.BgClassName
{
background-color: #ED11D2;
}
</style>
border-color css
<style>
span { border-color: #ED11D2; }
span { border-color: rgb(237,17,210); }
td.TdClassName
{
border-color: #ED11D2;
}
.TagClassName
{
border-color: #ED11D2;
}
</style>