Shades of Shocking Pink #EC09C8
Tints of Shocking Pink #EC09C8
RGB
CMYK
RGB Variations
Color information
#EC09C8 (or 0xEC09C8) is known color: Shocking Pink. HEX triplet: EC, 09 and C8. RGB value is (236,9,200). Sum of RGB (Red+Green+Blue) = 236+9+200=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09C8 is #13F637. Grayscale: #626262. Windows color (decimal): -1308216 or 13109740. OLE color: 13109740.
HSL color Cylindrical-coordinate representation of color #EC09C8: hue angle of 309.52º 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 #EC09C8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.07 |
| HSL | 309.52º | 0.93% | 0.48% | - |
| HSV(B) | 309.52º | 0.96% | 0.93% | - |
| XYZ | 45.12 | 22.2 | 56.55 | - |
| YUV | 98.65 | 185.21 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 200 | 0 | 0.96 | 0.15 | 0.07 | 309.52 | 0.93 | 0.48 |
| Hex | EC | 9 | C8 | 0 | 60 | F | 7 | 136 | 5D | 30 |
| Octal | 354 | 11 | 310 | 0 | 140 | 17 | 7 | 466 | 135 | 60 |
| Binary | 11101100 | 1001 | 11001000 | 0 | 1100000 | 1111 | 111 | 100110110 | 1011101 | 110000 |
Color Harmonies of #EC09C8
Complementary color
Monochromatic Colors of #EC09C8
Black with #EC09C8
Text Example
Text Example
White with #EC09C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09C8; }
p { color: rgb(236,9,200); }
H1.HeaderClassName
{
color: #EC09C8;
}
.AnyTagClassName
{
color: #EC09C8;
}
</style>
background-color css
<style>
a { background-color: #EC09C8; }
a { background-color: rgb(236,9,200); }
div.DivClassName
{
background-color: #EC09C8;
}
.BgClassName
{
background-color: #EC09C8;
}
</style>
border-color css
<style>
span { border-color: #EC09C8; }
span { border-color: rgb(236,9,200); }
td.TdClassName
{
border-color: #EC09C8;
}
.TagClassName
{
border-color: #EC09C8;
}
</style>