Shades of Deep Pink #EC188C
Tints of Deep Pink #EC188C
RGB
CMYK
RGB Variations
Color information
#EC188C (or 0xEC188C) is known color: Deep Pink. HEX triplet: EC, 18 and 8C. RGB value is (236,24,140). Sum of RGB (Red+Green+Blue) = 236+24+140=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC188C is #13E773. Grayscale: #646464. Windows color (decimal): -1304436 or 9181420. OLE color: 9181420.
HSL color Cylindrical-coordinate representation of color #EC188C: hue angle of 327.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC188C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 140 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.07 |
| HSL | 327.17º | 0.85% | 0.51% | - |
| HSV(B) | 327.17º | 0.9% | 0.93% | - |
| XYZ | 39.65 | 20.38 | 26.65 | - |
| YUV | 100.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 140 | 0 | 0.90 | 0.41 | 0.07 | 327.17 | 0.85 | 0.51 |
| Hex | EC | 18 | 8C | 0 | 5A | 29 | 7 | 147 | 55 | 33 |
| Octal | 354 | 30 | 214 | 0 | 132 | 51 | 7 | 507 | 125 | 63 |
| Binary | 11101100 | 11000 | 10001100 | 0 | 1011010 | 101001 | 111 | 101000111 | 1010101 | 110011 |
Color Harmonies of #EC188C
Complementary color
Monochromatic Colors of #EC188C
Black with #EC188C
Text Example
Text Example
White with #EC188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC188C; }
p { color: rgb(236,24,140); }
H1.HeaderClassName
{
color: #EC188C;
}
.AnyTagClassName
{
color: #EC188C;
}
</style>
background-color css
<style>
a { background-color: #EC188C; }
a { background-color: rgb(236,24,140); }
div.DivClassName
{
background-color: #EC188C;
}
.BgClassName
{
background-color: #EC188C;
}
</style>
border-color css
<style>
span { border-color: #EC188C; }
span { border-color: rgb(236,24,140); }
td.TdClassName
{
border-color: #EC188C;
}
.TagClassName
{
border-color: #EC188C;
}
</style>