Shades of Deep Pink #EC1A8A
Tints of Deep Pink #EC1A8A
RGB
CMYK
RGB Variations
Color information
#EC1A8A (or 0xEC1A8A) is known color: Deep Pink. HEX triplet: EC, 1A and 8A. RGB value is (236,26,138). Sum of RGB (Red+Green+Blue) = 236+26+138=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A8A is #13E575. Grayscale: #656565. Windows color (decimal): -1303926 or 9050860. OLE color: 9050860.
HSL color Cylindrical-coordinate representation of color #EC1A8A: hue angle of 328º 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 #EC1A8A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 26 | 138 | - |
CMYK | 0 | 0.89 | 0.42 | 0.07 |
HSL | 328º | 0.85% | 0.51% | - |
HSV(B) | 328º | 0.89% | 0.93% | - |
XYZ | 39.55 | 20.41 | 25.9 | - |
YUV | 101.56 | 148.57 | 223.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 26 | 138 | 0 | 0.89 | 0.42 | 0.07 | 328 | 0.85 | 0.51 |
Hex | EC | 1A | 8A | 0 | 59 | 2A | 7 | 148 | 55 | 33 |
Octal | 354 | 32 | 212 | 0 | 131 | 52 | 7 | 510 | 125 | 63 |
Binary | 11101100 | 11010 | 10001010 | 0 | 1011001 | 101010 | 111 | 101001000 | 1010101 | 110011 |
Color Harmonies of #EC1A8A
Complementary color
Monochromatic Colors of #EC1A8A
Black with #EC1A8A
Text Example
Text Example
White with #EC1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A8A; }
p { color: rgb(236,26,138); }
H1.HeaderClassName
{
color: #EC1A8A;
}
.AnyTagClassName
{
color: #EC1A8A;
}
</style>
background-color css
<style>
a { background-color: #EC1A8A; }
a { background-color: rgb(236,26,138); }
div.DivClassName
{
background-color: #EC1A8A;
}
.BgClassName
{
background-color: #EC1A8A;
}
</style>
border-color css
<style>
span { border-color: #EC1A8A; }
span { border-color: rgb(236,26,138); }
td.TdClassName
{
border-color: #EC1A8A;
}
.TagClassName
{
border-color: #EC1A8A;
}
</style>