Shades of Deep Pink #EC198B
Tints of Deep Pink #EC198B
RGB
CMYK
RGB Variations
Color information
#EC198B (or 0xEC198B) is known color: Deep Pink. HEX triplet: EC, 19 and 8B. RGB value is (236,25,139). Sum of RGB (Red+Green+Blue) = 236+25+139=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC198B is #13E674. Grayscale: #646464. Windows color (decimal): -1304181 or 9116140. OLE color: 9116140.
HSL color Cylindrical-coordinate representation of color #EC198B: hue angle of 327.58º 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 #EC198B is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 139 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.07 |
| HSL | 327.58º | 0.85% | 0.51% | - |
| HSV(B) | 327.58º | 0.89% | 0.93% | - |
| XYZ | 39.6 | 20.39 | 26.28 | - |
| YUV | 101.09 | 149.4 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 139 | 0 | 0.89 | 0.41 | 0.07 | 327.58 | 0.85 | 0.51 |
| Hex | EC | 19 | 8B | 0 | 59 | 29 | 7 | 148 | 55 | 33 |
| Octal | 354 | 31 | 213 | 0 | 131 | 51 | 7 | 510 | 125 | 63 |
| Binary | 11101100 | 11001 | 10001011 | 0 | 1011001 | 101001 | 111 | 101001000 | 1010101 | 110011 |
Color Harmonies of #EC198B
Complementary color
Monochromatic Colors of #EC198B
Black with #EC198B
Text Example
Text Example
White with #EC198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC198B; }
p { color: rgb(236,25,139); }
H1.HeaderClassName
{
color: #EC198B;
}
.AnyTagClassName
{
color: #EC198B;
}
</style>
background-color css
<style>
a { background-color: #EC198B; }
a { background-color: rgb(236,25,139); }
div.DivClassName
{
background-color: #EC198B;
}
.BgClassName
{
background-color: #EC198B;
}
</style>
border-color css
<style>
span { border-color: #EC198B; }
span { border-color: rgb(236,25,139); }
td.TdClassName
{
border-color: #EC198B;
}
.TagClassName
{
border-color: #EC198B;
}
</style>