Shades of Shocking Pink #EC09B4
Tints of Shocking Pink #EC09B4
RGB
CMYK
RGB Variations
Color information
#EC09B4 (or 0xEC09B4) is known color: Shocking Pink. HEX triplet: EC, 09 and B4. RGB value is (236,9,180). Sum of RGB (Red+Green+Blue) = 236+9+180=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09B4 is #13F64B. Grayscale: #5F5F5F. Windows color (decimal): -1308236 or 11799020. OLE color: 11799020.
HSL color Cylindrical-coordinate representation of color #EC09B4: hue angle of 314.8º 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 #EC09B4 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 180 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.07 |
| HSL | 314.8º | 0.93% | 0.48% | - |
| HSV(B) | 314.8º | 0.96% | 0.93% | - |
| XYZ | 42.93 | 21.32 | 45.03 | - |
| YUV | 96.37 | 175.21 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 180 | 0 | 0.96 | 0.24 | 0.07 | 314.8 | 0.93 | 0.48 |
| Hex | EC | 9 | B4 | 0 | 60 | 18 | 7 | 13B | 5D | 30 |
| Octal | 354 | 11 | 264 | 0 | 140 | 30 | 7 | 473 | 135 | 60 |
| Binary | 11101100 | 1001 | 10110100 | 0 | 1100000 | 11000 | 111 | 100111011 | 1011101 | 110000 |
Color Harmonies of #EC09B4
Complementary color
Monochromatic Colors of #EC09B4
Black with #EC09B4
Text Example
Text Example
White with #EC09B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09B4; }
p { color: rgb(236,9,180); }
H1.HeaderClassName
{
color: #EC09B4;
}
.AnyTagClassName
{
color: #EC09B4;
}
</style>
background-color css
<style>
a { background-color: #EC09B4; }
a { background-color: rgb(236,9,180); }
div.DivClassName
{
background-color: #EC09B4;
}
.BgClassName
{
background-color: #EC09B4;
}
</style>
border-color css
<style>
span { border-color: #EC09B4; }
span { border-color: rgb(236,9,180); }
td.TdClassName
{
border-color: #EC09B4;
}
.TagClassName
{
border-color: #EC09B4;
}
</style>