Shades of Deep Pink #EC1F92
Tints of Deep Pink #EC1F92
RGB
CMYK
RGB Variations
Color information
#EC1F92 (or 0xEC1F92) is known color: Deep Pink. HEX triplet: EC, 1F and 92. RGB value is (236,31,146). Sum of RGB (Red+Green+Blue) = 236+31+146=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F92 is #13E06D. Grayscale: #696969. Windows color (decimal): -1302638 or 9576428. OLE color: 9576428.
HSL color Cylindrical-coordinate representation of color #EC1F92: hue angle of 326.34º 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 #EC1F92 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 146 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.07 |
| HSL | 326.34º | 0.84% | 0.52% | - |
| HSV(B) | 326.34º | 0.87% | 0.93% | - |
| XYZ | 40.27 | 20.89 | 29.1 | - |
| YUV | 105.41 | 150.92 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 146 | 0 | 0.87 | 0.38 | 0.07 | 326.34 | 0.84 | 0.52 |
| Hex | EC | 1F | 92 | 0 | 57 | 26 | 7 | 146 | 54 | 34 |
| Octal | 354 | 37 | 222 | 0 | 127 | 46 | 7 | 506 | 124 | 64 |
| Binary | 11101100 | 11111 | 10010010 | 0 | 1010111 | 100110 | 111 | 101000110 | 1010100 | 110100 |
Color Harmonies of #EC1F92
Complementary color
Monochromatic Colors of #EC1F92
Black with #EC1F92
Text Example
Text Example
White with #EC1F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F92; }
p { color: rgb(236,31,146); }
H1.HeaderClassName
{
color: #EC1F92;
}
.AnyTagClassName
{
color: #EC1F92;
}
</style>
background-color css
<style>
a { background-color: #EC1F92; }
a { background-color: rgb(236,31,146); }
div.DivClassName
{
background-color: #EC1F92;
}
.BgClassName
{
background-color: #EC1F92;
}
</style>
border-color css
<style>
span { border-color: #EC1F92; }
span { border-color: rgb(236,31,146); }
td.TdClassName
{
border-color: #EC1F92;
}
.TagClassName
{
border-color: #EC1F92;
}
</style>