Shades of Deep Pink #EC1C9A
Tints of Deep Pink #EC1C9A
RGB
CMYK
RGB Variations
Color information
#EC1C9A (or 0xEC1C9A) is known color: Deep Pink. HEX triplet: EC, 1C and 9A. RGB value is (236,28,154). Sum of RGB (Red+Green+Blue) = 236+28+154=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C9A is #13E365. Grayscale: #686868. Windows color (decimal): -1303398 or 10099948. OLE color: 10099948.
HSL color Cylindrical-coordinate representation of color #EC1C9A: hue angle of 323.65º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C9A is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 154 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.07 |
| HSL | 323.65º | 0.85% | 0.52% | - |
| HSV(B) | 323.65º | 0.88% | 0.93% | - |
| XYZ | 40.84 | 21 | 32.47 | - |
| YUV | 104.56 | 155.91 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 154 | 0 | 0.88 | 0.35 | 0.07 | 323.65 | 0.85 | 0.52 |
| Hex | EC | 1C | 9A | 0 | 58 | 23 | 7 | 144 | 55 | 34 |
| Octal | 354 | 34 | 232 | 0 | 130 | 43 | 7 | 504 | 125 | 64 |
| Binary | 11101100 | 11100 | 10011010 | 0 | 1011000 | 100011 | 111 | 101000100 | 1010101 | 110100 |
Color Harmonies of #EC1C9A
Complementary color
Monochromatic Colors of #EC1C9A
Black with #EC1C9A
Text Example
Text Example
White with #EC1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C9A; }
p { color: rgb(236,28,154); }
H1.HeaderClassName
{
color: #EC1C9A;
}
.AnyTagClassName
{
color: #EC1C9A;
}
</style>
background-color css
<style>
a { background-color: #EC1C9A; }
a { background-color: rgb(236,28,154); }
div.DivClassName
{
background-color: #EC1C9A;
}
.BgClassName
{
background-color: #EC1C9A;
}
</style>
border-color css
<style>
span { border-color: #EC1C9A; }
span { border-color: rgb(236,28,154); }
td.TdClassName
{
border-color: #EC1C9A;
}
.TagClassName
{
border-color: #EC1C9A;
}
</style>