Shades of Shocking Pink #ED11C3
Tints of Shocking Pink #ED11C3
RGB
CMYK
RGB Variations
Color information
#ED11C3 (or 0xED11C3) is known color: Shocking Pink. HEX triplet: ED, 11 and C3. RGB value is (237,17,195). Sum of RGB (Red+Green+Blue) = 237+17+195=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11C3 is #12EE3C. Grayscale: #666666. Windows color (decimal): -1240637 or 12784109. OLE color: 12784109.
HSL color Cylindrical-coordinate representation of color #ED11C3: hue angle of 311.45º 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 #ED11C3 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 195 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.07 |
| HSL | 311.45º | 0.87% | 0.5% | - |
| HSV(B) | 311.45º | 0.93% | 0.93% | - |
| XYZ | 44.98 | 22.35 | 53.57 | - |
| YUV | 103.07 | 179.89 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 195 | 0 | 0.93 | 0.18 | 0.07 | 311.45 | 0.87 | 0.5 |
| Hex | ED | 11 | C3 | 0 | 5D | 12 | 7 | 137 | 57 | 32 |
| Octal | 355 | 21 | 303 | 0 | 135 | 22 | 7 | 467 | 127 | 62 |
| Binary | 11101101 | 10001 | 11000011 | 0 | 1011101 | 10010 | 111 | 100110111 | 1010111 | 110010 |
Color Harmonies of #ED11C3
Complementary color
Monochromatic Colors of #ED11C3
Black with #ED11C3
Text Example
Text Example
White with #ED11C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11C3; }
p { color: rgb(237,17,195); }
H1.HeaderClassName
{
color: #ED11C3;
}
.AnyTagClassName
{
color: #ED11C3;
}
</style>
background-color css
<style>
a { background-color: #ED11C3; }
a { background-color: rgb(237,17,195); }
div.DivClassName
{
background-color: #ED11C3;
}
.BgClassName
{
background-color: #ED11C3;
}
</style>
border-color css
<style>
span { border-color: #ED11C3; }
span { border-color: rgb(237,17,195); }
td.TdClassName
{
border-color: #ED11C3;
}
.TagClassName
{
border-color: #ED11C3;
}
</style>