Shades of Deep Pink #EC198A
Tints of Deep Pink #EC198A
RGB
CMYK
RGB Variations
Color information
#EC198A (or 0xEC198A) is known color: Deep Pink. HEX triplet: EC, 19 and 8A. RGB value is (236,25,138). Sum of RGB (Red+Green+Blue) = 236+25+138=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC198A is #13E675. Grayscale: #646464. Windows color (decimal): -1304182 or 9050604. OLE color: 9050604.
HSL color Cylindrical-coordinate representation of color #EC198A: hue angle of 327.87º 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 #EC198A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.07 |
| HSL | 327.87º | 0.85% | 0.51% | - |
| HSV(B) | 327.87º | 0.89% | 0.93% | - |
| XYZ | 39.53 | 20.36 | 25.89 | - |
| YUV | 100.97 | 148.9 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 138 | 0 | 0.89 | 0.42 | 0.07 | 327.87 | 0.85 | 0.51 |
| Hex | EC | 19 | 8A | 0 | 59 | 2A | 7 | 148 | 55 | 33 |
| Octal | 354 | 31 | 212 | 0 | 131 | 52 | 7 | 510 | 125 | 63 |
| Binary | 11101100 | 11001 | 10001010 | 0 | 1011001 | 101010 | 111 | 101001000 | 1010101 | 110011 |
Color Harmonies of #EC198A
Complementary color
Monochromatic Colors of #EC198A
Black with #EC198A
Text Example
Text Example
White with #EC198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC198A; }
p { color: rgb(236,25,138); }
H1.HeaderClassName
{
color: #EC198A;
}
.AnyTagClassName
{
color: #EC198A;
}
</style>
background-color css
<style>
a { background-color: #EC198A; }
a { background-color: rgb(236,25,138); }
div.DivClassName
{
background-color: #EC198A;
}
.BgClassName
{
background-color: #EC198A;
}
</style>
border-color css
<style>
span { border-color: #EC198A; }
span { border-color: rgb(236,25,138); }
td.TdClassName
{
border-color: #EC198A;
}
.TagClassName
{
border-color: #EC198A;
}
</style>