Shades of Deep Pink #EC1F94
Tints of Deep Pink #EC1F94
RGB
CMYK
RGB Variations
Color information
#EC1F94 (or 0xEC1F94) is known color: Deep Pink. HEX triplet: EC, 1F and 94. RGB value is (236,31,148). Sum of RGB (Red+Green+Blue) = 236+31+148=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F94 is #13E06B. Grayscale: #696969. Windows color (decimal): -1302636 or 9707500. OLE color: 9707500.
HSL color Cylindrical-coordinate representation of color #EC1F94: hue angle of 325.76º 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 #EC1F94 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 148 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.07 |
| HSL | 325.76º | 0.84% | 0.52% | - |
| HSV(B) | 325.76º | 0.87% | 0.93% | - |
| XYZ | 40.43 | 20.95 | 29.93 | - |
| YUV | 105.63 | 151.92 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 148 | 0 | 0.87 | 0.37 | 0.07 | 325.76 | 0.84 | 0.52 |
| Hex | EC | 1F | 94 | 0 | 57 | 25 | 7 | 146 | 54 | 34 |
| Octal | 354 | 37 | 224 | 0 | 127 | 45 | 7 | 506 | 124 | 64 |
| Binary | 11101100 | 11111 | 10010100 | 0 | 1010111 | 100101 | 111 | 101000110 | 1010100 | 110100 |
Color Harmonies of #EC1F94
Complementary color
Monochromatic Colors of #EC1F94
Black with #EC1F94
Text Example
Text Example
White with #EC1F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F94; }
p { color: rgb(236,31,148); }
H1.HeaderClassName
{
color: #EC1F94;
}
.AnyTagClassName
{
color: #EC1F94;
}
</style>
background-color css
<style>
a { background-color: #EC1F94; }
a { background-color: rgb(236,31,148); }
div.DivClassName
{
background-color: #EC1F94;
}
.BgClassName
{
background-color: #EC1F94;
}
</style>
border-color css
<style>
span { border-color: #EC1F94; }
span { border-color: rgb(236,31,148); }
td.TdClassName
{
border-color: #EC1F94;
}
.TagClassName
{
border-color: #EC1F94;
}
</style>