Shades of Shocking Pink #ED17C4
Tints of Shocking Pink #ED17C4
RGB
CMYK
RGB Variations
Color information
#ED17C4 (or 0xED17C4) is known color: Shocking Pink. HEX triplet: ED, 17 and C4. RGB value is (237,23,196). Sum of RGB (Red+Green+Blue) = 237+23+196=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17C4 is #12E83B. Grayscale: #6A6A6A. Windows color (decimal): -1239100 or 12851181. OLE color: 12851181.
HSL color Cylindrical-coordinate representation of color #ED17C4: hue angle of 311.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED17C4 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 196 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.07 |
| HSL | 311.5º | 0.86% | 0.51% | - |
| HSV(B) | 311.5º | 0.9% | 0.93% | - |
| XYZ | 45.2 | 22.6 | 54.21 | - |
| YUV | 106.71 | 178.4 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 196 | 0 | 0.90 | 0.17 | 0.07 | 311.5 | 0.86 | 0.51 |
| Hex | ED | 17 | C4 | 0 | 5A | 11 | 7 | 137 | 56 | 33 |
| Octal | 355 | 27 | 304 | 0 | 132 | 21 | 7 | 467 | 126 | 63 |
| Binary | 11101101 | 10111 | 11000100 | 0 | 1011010 | 10001 | 111 | 100110111 | 1010110 | 110011 |
Color Harmonies of #ED17C4
Complementary color
Monochromatic Colors of #ED17C4
Black with #ED17C4
Text Example
Text Example
White with #ED17C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17C4; }
p { color: rgb(237,23,196); }
H1.HeaderClassName
{
color: #ED17C4;
}
.AnyTagClassName
{
color: #ED17C4;
}
</style>
background-color css
<style>
a { background-color: #ED17C4; }
a { background-color: rgb(237,23,196); }
div.DivClassName
{
background-color: #ED17C4;
}
.BgClassName
{
background-color: #ED17C4;
}
</style>
border-color css
<style>
span { border-color: #ED17C4; }
span { border-color: rgb(237,23,196); }
td.TdClassName
{
border-color: #ED17C4;
}
.TagClassName
{
border-color: #ED17C4;
}
</style>