Shades of Deep Pink #EC169D
Tints of Deep Pink #EC169D
RGB
CMYK
RGB Variations
Color information
#EC169D (or 0xEC169D) is known color: Deep Pink. HEX triplet: EC, 16 and 9D. RGB value is (236,22,157). Sum of RGB (Red+Green+Blue) = 236+22+157=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC169D is #13E962. Grayscale: #656565. Windows color (decimal): -1304931 or 10295020. OLE color: 10295020.
HSL color Cylindrical-coordinate representation of color #EC169D: hue angle of 322.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC169D is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 157 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.07 |
| HSL | 322.15º | 0.85% | 0.51% | - |
| HSV(B) | 322.15º | 0.91% | 0.93% | - |
| XYZ | 40.96 | 20.84 | 33.76 | - |
| YUV | 101.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 157 | 0 | 0.91 | 0.33 | 0.07 | 322.15 | 0.85 | 0.51 |
| Hex | EC | 16 | 9D | 0 | 5B | 21 | 7 | 142 | 55 | 33 |
| Octal | 354 | 26 | 235 | 0 | 133 | 41 | 7 | 502 | 125 | 63 |
| Binary | 11101100 | 10110 | 10011101 | 0 | 1011011 | 100001 | 111 | 101000010 | 1010101 | 110011 |
Color Harmonies of #EC169D
Complementary color
Monochromatic Colors of #EC169D
Black with #EC169D
Text Example
Text Example
White with #EC169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC169D; }
p { color: rgb(236,22,157); }
H1.HeaderClassName
{
color: #EC169D;
}
.AnyTagClassName
{
color: #EC169D;
}
</style>
background-color css
<style>
a { background-color: #EC169D; }
a { background-color: rgb(236,22,157); }
div.DivClassName
{
background-color: #EC169D;
}
.BgClassName
{
background-color: #EC169D;
}
</style>
border-color css
<style>
span { border-color: #EC169D; }
span { border-color: rgb(236,22,157); }
td.TdClassName
{
border-color: #EC169D;
}
.TagClassName
{
border-color: #EC169D;
}
</style>