Shades of Deep Pink #EC169E
Tints of Deep Pink #EC169E
RGB
CMYK
RGB Variations
Color information
#EC169E (or 0xEC169E) is known color: Deep Pink. HEX triplet: EC, 16 and 9E. RGB value is (236,22,158). Sum of RGB (Red+Green+Blue) = 236+22+158=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC169E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC169E is #13E961. Grayscale: #656565. Windows color (decimal): -1304930 or 10360556. OLE color: 10360556.
HSL color Cylindrical-coordinate representation of color #EC169E: hue angle of 321.87º 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 #EC169E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 158 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.07 |
| HSL | 321.87º | 0.85% | 0.51% | - |
| HSV(B) | 321.87º | 0.91% | 0.93% | - |
| XYZ | 41.05 | 20.88 | 34.21 | - |
| YUV | 101.49 | 159.9 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 158 | 0 | 0.91 | 0.33 | 0.07 | 321.87 | 0.85 | 0.51 |
| Hex | EC | 16 | 9E | 0 | 5B | 21 | 7 | 142 | 55 | 33 |
| Octal | 354 | 26 | 236 | 0 | 133 | 41 | 7 | 502 | 125 | 63 |
| Binary | 11101100 | 10110 | 10011110 | 0 | 1011011 | 100001 | 111 | 101000010 | 1010101 | 110011 |
Color Harmonies of #EC169E
Complementary color
Monochromatic Colors of #EC169E
Black with #EC169E
Text Example
Text Example
White with #EC169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC169E; }
p { color: rgb(236,22,158); }
H1.HeaderClassName
{
color: #EC169E;
}
.AnyTagClassName
{
color: #EC169E;
}
</style>
background-color css
<style>
a { background-color: #EC169E; }
a { background-color: rgb(236,22,158); }
div.DivClassName
{
background-color: #EC169E;
}
.BgClassName
{
background-color: #EC169E;
}
</style>
border-color css
<style>
span { border-color: #EC169E; }
span { border-color: rgb(236,22,158); }
td.TdClassName
{
border-color: #EC169E;
}
.TagClassName
{
border-color: #EC169E;
}
</style>