Shades of Shocking Pink #ED12C7
Tints of Shocking Pink #ED12C7
RGB
CMYK
RGB Variations
Color information
#ED12C7 (or 0xED12C7) is known color: Shocking Pink. HEX triplet: ED, 12 and C7. RGB value is (237,18,199). Sum of RGB (Red+Green+Blue) = 237+18+199=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED12C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED12C7 is #12ED38. Grayscale: #676767. Windows color (decimal): -1240377 or 13046509. OLE color: 13046509.
HSL color Cylindrical-coordinate representation of color #ED12C7: hue angle of 310.41º 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 #ED12C7 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 199 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.07 |
| HSL | 310.41º | 0.86% | 0.5% | - |
| HSV(B) | 310.41º | 0.92% | 0.93% | - |
| XYZ | 45.45 | 22.56 | 55.99 | - |
| YUV | 104.12 | 181.55 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 199 | 0 | 0.92 | 0.16 | 0.07 | 310.41 | 0.86 | 0.5 |
| Hex | ED | 12 | C7 | 0 | 5C | 10 | 7 | 136 | 56 | 32 |
| Octal | 355 | 22 | 307 | 0 | 134 | 20 | 7 | 466 | 126 | 62 |
| Binary | 11101101 | 10010 | 11000111 | 0 | 1011100 | 10000 | 111 | 100110110 | 1010110 | 110010 |
Color Harmonies of #ED12C7
Complementary color
Monochromatic Colors of #ED12C7
Black with #ED12C7
Text Example
Text Example
White with #ED12C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED12C7; }
p { color: rgb(237,18,199); }
H1.HeaderClassName
{
color: #ED12C7;
}
.AnyTagClassName
{
color: #ED12C7;
}
</style>
background-color css
<style>
a { background-color: #ED12C7; }
a { background-color: rgb(237,18,199); }
div.DivClassName
{
background-color: #ED12C7;
}
.BgClassName
{
background-color: #ED12C7;
}
</style>
border-color css
<style>
span { border-color: #ED12C7; }
span { border-color: rgb(237,18,199); }
td.TdClassName
{
border-color: #ED12C7;
}
.TagClassName
{
border-color: #ED12C7;
}
</style>