Shades of Deep Pink #EC1F8C
Tints of Deep Pink #EC1F8C
RGB
CMYK
RGB Variations
Color information
#EC1F8C (or 0xEC1F8C) is known color: Deep Pink. HEX triplet: EC, 1F and 8C. RGB value is (236,31,140). Sum of RGB (Red+Green+Blue) = 236+31+140=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F8C is #13E073. Grayscale: #686868. Windows color (decimal): -1302644 or 9183212. OLE color: 9183212.
HSL color Cylindrical-coordinate representation of color #EC1F8C: hue angle of 328.1º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1F8C is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 140 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.07 |
| HSL | 328.1º | 0.84% | 0.52% | - |
| HSV(B) | 328.1º | 0.87% | 0.93% | - |
| XYZ | 39.82 | 20.71 | 26.71 | - |
| YUV | 104.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 140 | 0 | 0.87 | 0.41 | 0.07 | 328.1 | 0.84 | 0.52 |
| Hex | EC | 1F | 8C | 0 | 57 | 29 | 7 | 148 | 54 | 34 |
| Octal | 354 | 37 | 214 | 0 | 127 | 51 | 7 | 510 | 124 | 64 |
| Binary | 11101100 | 11111 | 10001100 | 0 | 1010111 | 101001 | 111 | 101001000 | 1010100 | 110100 |
Color Harmonies of #EC1F8C
Complementary color
Monochromatic Colors of #EC1F8C
Black with #EC1F8C
Text Example
Text Example
White with #EC1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F8C; }
p { color: rgb(236,31,140); }
H1.HeaderClassName
{
color: #EC1F8C;
}
.AnyTagClassName
{
color: #EC1F8C;
}
</style>
background-color css
<style>
a { background-color: #EC1F8C; }
a { background-color: rgb(236,31,140); }
div.DivClassName
{
background-color: #EC1F8C;
}
.BgClassName
{
background-color: #EC1F8C;
}
</style>
border-color css
<style>
span { border-color: #EC1F8C; }
span { border-color: rgb(236,31,140); }
td.TdClassName
{
border-color: #EC1F8C;
}
.TagClassName
{
border-color: #EC1F8C;
}
</style>