Shades of Deep Pink #EC198D
Tints of Deep Pink #EC198D
RGB
CMYK
RGB Variations
Color information
#EC198D (or 0xEC198D) is known color: Deep Pink. HEX triplet: EC, 19 and 8D. RGB value is (236,25,141). Sum of RGB (Red+Green+Blue) = 236+25+141=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC198D is #13E672. Grayscale: #656565. Windows color (decimal): -1304179 or 9247212. OLE color: 9247212.
HSL color Cylindrical-coordinate representation of color #EC198D: hue angle of 327.01º 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 #EC198D is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 141 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.07 |
| HSL | 327.01º | 0.85% | 0.51% | - |
| HSV(B) | 327.01º | 0.89% | 0.93% | - |
| XYZ | 39.75 | 20.45 | 27.05 | - |
| YUV | 101.31 | 150.4 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 141 | 0 | 0.89 | 0.40 | 0.07 | 327.01 | 0.85 | 0.51 |
| Hex | EC | 19 | 8D | 0 | 59 | 28 | 7 | 147 | 55 | 33 |
| Octal | 354 | 31 | 215 | 0 | 131 | 50 | 7 | 507 | 125 | 63 |
| Binary | 11101100 | 11001 | 10001101 | 0 | 1011001 | 101000 | 111 | 101000111 | 1010101 | 110011 |
Color Harmonies of #EC198D
Complementary color
Monochromatic Colors of #EC198D
Black with #EC198D
Text Example
Text Example
White with #EC198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC198D; }
p { color: rgb(236,25,141); }
H1.HeaderClassName
{
color: #EC198D;
}
.AnyTagClassName
{
color: #EC198D;
}
</style>
background-color css
<style>
a { background-color: #EC198D; }
a { background-color: rgb(236,25,141); }
div.DivClassName
{
background-color: #EC198D;
}
.BgClassName
{
background-color: #EC198D;
}
</style>
border-color css
<style>
span { border-color: #EC198D; }
span { border-color: rgb(236,25,141); }
td.TdClassName
{
border-color: #EC198D;
}
.TagClassName
{
border-color: #EC198D;
}
</style>