Shades of Shocking Pink #ED14CC
Tints of Shocking Pink #ED14CC
RGB
CMYK
RGB Variations
Color information
#ED14CC (or 0xED14CC) is known color: Shocking Pink. HEX triplet: ED, 14 and CC. RGB value is (237,20,204). Sum of RGB (Red+Green+Blue) = 237+20+204=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED14CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED14CC is #12EB33. Grayscale: #696969. Windows color (decimal): -1239860 or 13374701. OLE color: 13374701.
HSL color Cylindrical-coordinate representation of color #ED14CC: hue angle of 309.12º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED14CC is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 204 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.07 |
| HSL | 309.12º | 0.86% | 0.5% | - |
| HSV(B) | 309.12º | 0.92% | 0.93% | - |
| XYZ | 46.07 | 22.86 | 59.11 | - |
| YUV | 105.86 | 183.39 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 204 | 0 | 0.92 | 0.14 | 0.07 | 309.12 | 0.86 | 0.5 |
| Hex | ED | 14 | CC | 0 | 5C | E | 7 | 135 | 56 | 32 |
| Octal | 355 | 24 | 314 | 0 | 134 | 16 | 7 | 465 | 126 | 62 |
| Binary | 11101101 | 10100 | 11001100 | 0 | 1011100 | 1110 | 111 | 100110101 | 1010110 | 110010 |
Color Harmonies of #ED14CC
Complementary color
Monochromatic Colors of #ED14CC
Black with #ED14CC
Text Example
Text Example
White with #ED14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED14CC; }
p { color: rgb(237,20,204); }
H1.HeaderClassName
{
color: #ED14CC;
}
.AnyTagClassName
{
color: #ED14CC;
}
</style>
background-color css
<style>
a { background-color: #ED14CC; }
a { background-color: rgb(237,20,204); }
div.DivClassName
{
background-color: #ED14CC;
}
.BgClassName
{
background-color: #ED14CC;
}
</style>
border-color css
<style>
span { border-color: #ED14CC; }
span { border-color: rgb(237,20,204); }
td.TdClassName
{
border-color: #ED14CC;
}
.TagClassName
{
border-color: #ED14CC;
}
</style>