Shades of Deep Pink #EC149B
Tints of Deep Pink #EC149B
RGB
CMYK
RGB Variations
Color information
#EC149B (or 0xEC149B) is known color: Deep Pink. HEX triplet: EC, 14 and 9B. RGB value is (236,20,155). Sum of RGB (Red+Green+Blue) = 236+20+155=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC149B is #13EB64. Grayscale: #636363. Windows color (decimal): -1305445 or 10163436. OLE color: 10163436.
HSL color Cylindrical-coordinate representation of color #EC149B: hue angle of 322.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC149B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 155 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.07 |
| HSL | 322.5º | 0.85% | 0.5% | - |
| HSV(B) | 322.5º | 0.92% | 0.93% | - |
| XYZ | 40.76 | 20.7 | 32.86 | - |
| YUV | 99.97 | 159.06 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 155 | 0 | 0.92 | 0.34 | 0.07 | 322.5 | 0.85 | 0.5 |
| Hex | EC | 14 | 9B | 0 | 5C | 22 | 7 | 142 | 55 | 32 |
| Octal | 354 | 24 | 233 | 0 | 134 | 42 | 7 | 502 | 125 | 62 |
| Binary | 11101100 | 10100 | 10011011 | 0 | 1011100 | 100010 | 111 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EC149B
Complementary color
Monochromatic Colors of #EC149B
Black with #EC149B
Text Example
Text Example
White with #EC149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC149B; }
p { color: rgb(236,20,155); }
H1.HeaderClassName
{
color: #EC149B;
}
.AnyTagClassName
{
color: #EC149B;
}
</style>
background-color css
<style>
a { background-color: #EC149B; }
a { background-color: rgb(236,20,155); }
div.DivClassName
{
background-color: #EC149B;
}
.BgClassName
{
background-color: #EC149B;
}
</style>
border-color css
<style>
span { border-color: #EC149B; }
span { border-color: rgb(236,20,155); }
td.TdClassName
{
border-color: #EC149B;
}
.TagClassName
{
border-color: #EC149B;
}
</style>