Shades of Shocking Pink #ED11C4
Tints of Shocking Pink #ED11C4
RGB
CMYK
RGB Variations
Color information
#ED11C4 (or 0xED11C4) is known color: Shocking Pink. HEX triplet: ED, 11 and C4. RGB value is (237,17,196). Sum of RGB (Red+Green+Blue) = 237+17+196=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11C4 is #12EE3B. Grayscale: #666666. Windows color (decimal): -1240636 or 12849645. OLE color: 12849645.
HSL color Cylindrical-coordinate representation of color #ED11C4: hue angle of 311.18º 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 #ED11C4 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 196 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.07 |
| HSL | 311.18º | 0.87% | 0.5% | - |
| HSV(B) | 311.18º | 0.93% | 0.93% | - |
| XYZ | 45.09 | 22.39 | 54.17 | - |
| YUV | 103.19 | 180.39 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 196 | 0 | 0.93 | 0.17 | 0.07 | 311.18 | 0.87 | 0.5 |
| Hex | ED | 11 | C4 | 0 | 5D | 11 | 7 | 137 | 57 | 32 |
| Octal | 355 | 21 | 304 | 0 | 135 | 21 | 7 | 467 | 127 | 62 |
| Binary | 11101101 | 10001 | 11000100 | 0 | 1011101 | 10001 | 111 | 100110111 | 1010111 | 110010 |
Color Harmonies of #ED11C4
Complementary color
Monochromatic Colors of #ED11C4
Black with #ED11C4
Text Example
Text Example
White with #ED11C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11C4; }
p { color: rgb(237,17,196); }
H1.HeaderClassName
{
color: #ED11C4;
}
.AnyTagClassName
{
color: #ED11C4;
}
</style>
background-color css
<style>
a { background-color: #ED11C4; }
a { background-color: rgb(237,17,196); }
div.DivClassName
{
background-color: #ED11C4;
}
.BgClassName
{
background-color: #ED11C4;
}
</style>
border-color css
<style>
span { border-color: #ED11C4; }
span { border-color: rgb(237,17,196); }
td.TdClassName
{
border-color: #ED11C4;
}
.TagClassName
{
border-color: #ED11C4;
}
</style>