Shades of Shocking Pink #EC09C5
Tints of Shocking Pink #EC09C5
RGB
CMYK
RGB Variations
Color information
#EC09C5 (or 0xEC09C5) is known color: Shocking Pink. HEX triplet: EC, 09 and C5. RGB value is (236,9,197). Sum of RGB (Red+Green+Blue) = 236+9+197=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09C5 is #13F63A. Grayscale: #616161. Windows color (decimal): -1308219 or 12913132. OLE color: 12913132.
HSL color Cylindrical-coordinate representation of color #EC09C5: hue angle of 310.31º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09C5 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 197 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.07 |
| HSL | 310.31º | 0.93% | 0.48% | - |
| HSV(B) | 310.31º | 0.96% | 0.93% | - |
| XYZ | 44.77 | 22.06 | 54.72 | - |
| YUV | 98.31 | 183.71 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 197 | 0 | 0.96 | 0.17 | 0.07 | 310.31 | 0.93 | 0.48 |
| Hex | EC | 9 | C5 | 0 | 60 | 11 | 7 | 136 | 5D | 30 |
| Octal | 354 | 11 | 305 | 0 | 140 | 21 | 7 | 466 | 135 | 60 |
| Binary | 11101100 | 1001 | 11000101 | 0 | 1100000 | 10001 | 111 | 100110110 | 1011101 | 110000 |
Color Harmonies of #EC09C5
Complementary color
Monochromatic Colors of #EC09C5
Black with #EC09C5
Text Example
Text Example
White with #EC09C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09C5; }
p { color: rgb(236,9,197); }
H1.HeaderClassName
{
color: #EC09C5;
}
.AnyTagClassName
{
color: #EC09C5;
}
</style>
background-color css
<style>
a { background-color: #EC09C5; }
a { background-color: rgb(236,9,197); }
div.DivClassName
{
background-color: #EC09C5;
}
.BgClassName
{
background-color: #EC09C5;
}
</style>
border-color css
<style>
span { border-color: #EC09C5; }
span { border-color: rgb(236,9,197); }
td.TdClassName
{
border-color: #EC09C5;
}
.TagClassName
{
border-color: #EC09C5;
}
</style>