Shades of Deep Pink #EC198F
Tints of Deep Pink #EC198F
RGB
CMYK
RGB Variations
Color information
#EC198F (or 0xEC198F) is known color: Deep Pink. HEX triplet: EC, 19 and 8F. RGB value is (236,25,143). Sum of RGB (Red+Green+Blue) = 236+25+143=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC198F is #13E670. Grayscale: #656565. Windows color (decimal): -1304177 or 9378284. OLE color: 9378284.
HSL color Cylindrical-coordinate representation of color #EC198F: hue angle of 326.45º 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 #EC198F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 143 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.07 |
| HSL | 326.45º | 0.85% | 0.51% | - |
| HSV(B) | 326.45º | 0.89% | 0.93% | - |
| XYZ | 39.9 | 20.51 | 27.84 | - |
| YUV | 101.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 143 | 0 | 0.89 | 0.39 | 0.07 | 326.45 | 0.85 | 0.51 |
| Hex | EC | 19 | 8F | 0 | 59 | 27 | 7 | 146 | 55 | 33 |
| Octal | 354 | 31 | 217 | 0 | 131 | 47 | 7 | 506 | 125 | 63 |
| Binary | 11101100 | 11001 | 10001111 | 0 | 1011001 | 100111 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC198F
Complementary color
Monochromatic Colors of #EC198F
Black with #EC198F
Text Example
Text Example
White with #EC198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC198F; }
p { color: rgb(236,25,143); }
H1.HeaderClassName
{
color: #EC198F;
}
.AnyTagClassName
{
color: #EC198F;
}
</style>
background-color css
<style>
a { background-color: #EC198F; }
a { background-color: rgb(236,25,143); }
div.DivClassName
{
background-color: #EC198F;
}
.BgClassName
{
background-color: #EC198F;
}
</style>
border-color css
<style>
span { border-color: #EC198F; }
span { border-color: rgb(236,25,143); }
td.TdClassName
{
border-color: #EC198F;
}
.TagClassName
{
border-color: #EC198F;
}
</style>