Shades of Deep Pink #EC1181
Tints of Deep Pink #EC1181
RGB
CMYK
RGB Variations
Color information
#EC1181 (or 0xEC1181) is known color: Deep Pink. HEX triplet: EC, 11 and 81. RGB value is (236,17,129). Sum of RGB (Red+Green+Blue) = 236+17+129=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1181 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1181 is #13EE7E. Grayscale: #5F5F5F. Windows color (decimal): -1306239 or 8458732. OLE color: 8458732.
HSL color Cylindrical-coordinate representation of color #EC1181: hue angle of 329.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1181 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 129 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.07 |
| HSL | 329.32º | 0.87% | 0.5% | - |
| HSV(B) | 329.32º | 0.93% | 0.93% | - |
| XYZ | 38.75 | 19.82 | 22.55 | - |
| YUV | 95.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 129 | 0 | 0.93 | 0.45 | 0.07 | 329.32 | 0.87 | 0.5 |
| Hex | EC | 11 | 81 | 0 | 5D | 2D | 7 | 149 | 57 | 32 |
| Octal | 354 | 21 | 201 | 0 | 135 | 55 | 7 | 511 | 127 | 62 |
| Binary | 11101100 | 10001 | 10000001 | 0 | 1011101 | 101101 | 111 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EC1181
Complementary color
Monochromatic Colors of #EC1181
Black with #EC1181
Text Example
Text Example
White with #EC1181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1181; }
p { color: rgb(236,17,129); }
H1.HeaderClassName
{
color: #EC1181;
}
.AnyTagClassName
{
color: #EC1181;
}
</style>
background-color css
<style>
a { background-color: #EC1181; }
a { background-color: rgb(236,17,129); }
div.DivClassName
{
background-color: #EC1181;
}
.BgClassName
{
background-color: #EC1181;
}
</style>
border-color css
<style>
span { border-color: #EC1181; }
span { border-color: rgb(236,17,129); }
td.TdClassName
{
border-color: #EC1181;
}
.TagClassName
{
border-color: #EC1181;
}
</style>