Shades of Deep Pink #EC1F88
Tints of Deep Pink #EC1F88
RGB
CMYK
RGB Variations
Color information
#EC1F88 (or 0xEC1F88) is known color: Deep Pink. HEX triplet: EC, 1F and 88. RGB value is (236,31,136). Sum of RGB (Red+Green+Blue) = 236+31+136=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F88 is #13E077. Grayscale: #686868. Windows color (decimal): -1302648 or 8921068. OLE color: 8921068.
HSL color Cylindrical-coordinate representation of color #EC1F88: hue angle of 329.27º 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 #EC1F88 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 136 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.07 |
| HSL | 329.27º | 0.84% | 0.52% | - |
| HSV(B) | 329.27º | 0.87% | 0.93% | - |
| XYZ | 39.53 | 20.59 | 25.18 | - |
| YUV | 104.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 136 | 0 | 0.87 | 0.42 | 0.07 | 329.27 | 0.84 | 0.52 |
| Hex | EC | 1F | 88 | 0 | 57 | 2A | 7 | 149 | 54 | 34 |
| Octal | 354 | 37 | 210 | 0 | 127 | 52 | 7 | 511 | 124 | 64 |
| Binary | 11101100 | 11111 | 10001000 | 0 | 1010111 | 101010 | 111 | 101001001 | 1010100 | 110100 |
Color Harmonies of #EC1F88
Complementary color
Monochromatic Colors of #EC1F88
Black with #EC1F88
Text Example
Text Example
White with #EC1F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F88; }
p { color: rgb(236,31,136); }
H1.HeaderClassName
{
color: #EC1F88;
}
.AnyTagClassName
{
color: #EC1F88;
}
</style>
background-color css
<style>
a { background-color: #EC1F88; }
a { background-color: rgb(236,31,136); }
div.DivClassName
{
background-color: #EC1F88;
}
.BgClassName
{
background-color: #EC1F88;
}
</style>
border-color css
<style>
span { border-color: #EC1F88; }
span { border-color: rgb(236,31,136); }
td.TdClassName
{
border-color: #EC1F88;
}
.TagClassName
{
border-color: #EC1F88;
}
</style>