Shades of Deep Pink #EC1E93
Tints of Deep Pink #EC1E93
RGB
CMYK
RGB Variations
Color information
#EC1E93 (or 0xEC1E93) is known color: Deep Pink. HEX triplet: EC, 1E and 93. RGB value is (236,30,147). Sum of RGB (Red+Green+Blue) = 236+30+147=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E93 is #13E16C. Grayscale: #686868. Windows color (decimal): -1302893 or 9641708. OLE color: 9641708.
HSL color Cylindrical-coordinate representation of color #EC1E93: hue angle of 325.92º 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 #EC1E93 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 147 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.07 |
| HSL | 325.92º | 0.84% | 0.52% | - |
| HSV(B) | 325.92º | 0.87% | 0.93% | - |
| XYZ | 40.32 | 20.87 | 29.51 | - |
| YUV | 104.93 | 151.75 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 147 | 0 | 0.87 | 0.38 | 0.07 | 325.92 | 0.84 | 0.52 |
| Hex | EC | 1E | 93 | 0 | 57 | 26 | 7 | 146 | 54 | 34 |
| Octal | 354 | 36 | 223 | 0 | 127 | 46 | 7 | 506 | 124 | 64 |
| Binary | 11101100 | 11110 | 10010011 | 0 | 1010111 | 100110 | 111 | 101000110 | 1010100 | 110100 |
Color Harmonies of #EC1E93
Complementary color
Monochromatic Colors of #EC1E93
Black with #EC1E93
Text Example
Text Example
White with #EC1E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E93; }
p { color: rgb(236,30,147); }
H1.HeaderClassName
{
color: #EC1E93;
}
.AnyTagClassName
{
color: #EC1E93;
}
</style>
background-color css
<style>
a { background-color: #EC1E93; }
a { background-color: rgb(236,30,147); }
div.DivClassName
{
background-color: #EC1E93;
}
.BgClassName
{
background-color: #EC1E93;
}
</style>
border-color css
<style>
span { border-color: #EC1E93; }
span { border-color: rgb(236,30,147); }
td.TdClassName
{
border-color: #EC1E93;
}
.TagClassName
{
border-color: #EC1E93;
}
</style>