Shades of Deep Pink #EC1A8F
Tints of Deep Pink #EC1A8F
RGB
CMYK
RGB Variations
Color information
#EC1A8F (or 0xEC1A8F) is known color: Deep Pink. HEX triplet: EC, 1A and 8F. RGB value is (236,26,143). Sum of RGB (Red+Green+Blue) = 236+26+143=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A8F is #13E570. Grayscale: #656565. Windows color (decimal): -1303921 or 9378540. OLE color: 9378540.
HSL color Cylindrical-coordinate representation of color #EC1A8F: hue angle of 326.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A8F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 143 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.07 |
| HSL | 326.57º | 0.85% | 0.51% | - |
| HSV(B) | 326.57º | 0.89% | 0.93% | - |
| XYZ | 39.92 | 20.55 | 27.85 | - |
| YUV | 102.13 | 151.07 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 143 | 0 | 0.89 | 0.39 | 0.07 | 326.57 | 0.85 | 0.51 |
| Hex | EC | 1A | 8F | 0 | 59 | 27 | 7 | 147 | 55 | 33 |
| Octal | 354 | 32 | 217 | 0 | 131 | 47 | 7 | 507 | 125 | 63 |
| Binary | 11101100 | 11010 | 10001111 | 0 | 1011001 | 100111 | 111 | 101000111 | 1010101 | 110011 |
Color Harmonies of #EC1A8F
Complementary color
Monochromatic Colors of #EC1A8F
Black with #EC1A8F
Text Example
Text Example
White with #EC1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A8F; }
p { color: rgb(236,26,143); }
H1.HeaderClassName
{
color: #EC1A8F;
}
.AnyTagClassName
{
color: #EC1A8F;
}
</style>
background-color css
<style>
a { background-color: #EC1A8F; }
a { background-color: rgb(236,26,143); }
div.DivClassName
{
background-color: #EC1A8F;
}
.BgClassName
{
background-color: #EC1A8F;
}
</style>
border-color css
<style>
span { border-color: #EC1A8F; }
span { border-color: rgb(236,26,143); }
td.TdClassName
{
border-color: #EC1A8F;
}
.TagClassName
{
border-color: #EC1A8F;
}
</style>