Shades of Shocking Pink #EC1ACB
Tints of Shocking Pink #EC1ACB
RGB
CMYK
RGB Variations
Color information
#EC1ACB (or 0xEC1ACB) is known color: Shocking Pink. HEX triplet: EC, 1A and CB. RGB value is (236,26,203). Sum of RGB (Red+Green+Blue) = 236+26+203=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ACB is #13E534. Grayscale: #6C6C6C. Windows color (decimal): -1303861 or 13310700. OLE color: 13310700.
HSL color Cylindrical-coordinate representation of color #EC1ACB: hue angle of 309.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1ACB is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.07 |
| HSL | 309.43º | 0.85% | 0.51% | - |
| HSV(B) | 309.43º | 0.89% | 0.93% | - |
| XYZ | 45.74 | 22.88 | 58.51 | - |
| YUV | 108.97 | 181.07 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 203 | 0 | 0.89 | 0.14 | 0.07 | 309.43 | 0.85 | 0.51 |
| Hex | EC | 1A | CB | 0 | 59 | E | 7 | 135 | 55 | 33 |
| Octal | 354 | 32 | 313 | 0 | 131 | 16 | 7 | 465 | 125 | 63 |
| Binary | 11101100 | 11010 | 11001011 | 0 | 1011001 | 1110 | 111 | 100110101 | 1010101 | 110011 |
Color Harmonies of #EC1ACB
Complementary color
Monochromatic Colors of #EC1ACB
Black with #EC1ACB
Text Example
Text Example
White with #EC1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1ACB; }
p { color: rgb(236,26,203); }
H1.HeaderClassName
{
color: #EC1ACB;
}
.AnyTagClassName
{
color: #EC1ACB;
}
</style>
background-color css
<style>
a { background-color: #EC1ACB; }
a { background-color: rgb(236,26,203); }
div.DivClassName
{
background-color: #EC1ACB;
}
.BgClassName
{
background-color: #EC1ACB;
}
</style>
border-color css
<style>
span { border-color: #EC1ACB; }
span { border-color: rgb(236,26,203); }
td.TdClassName
{
border-color: #EC1ACB;
}
.TagClassName
{
border-color: #EC1ACB;
}
</style>