Shades of Deep Pink #EC1C8B
Tints of Deep Pink #EC1C8B
RGB
CMYK
RGB Variations
Color information
#EC1C8B (or 0xEC1C8B) is known color: Deep Pink. HEX triplet: EC, 1C and 8B. RGB value is (236,28,139). Sum of RGB (Red+Green+Blue) = 236+28+139=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C8B is #13E374. Grayscale: #666666. Windows color (decimal): -1303413 or 9116908. OLE color: 9116908.
HSL color Cylindrical-coordinate representation of color #EC1C8B: hue angle of 327.98º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C8B is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 139 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.07 |
| HSL | 327.98º | 0.85% | 0.52% | - |
| HSV(B) | 327.98º | 0.88% | 0.93% | - |
| XYZ | 39.67 | 20.53 | 26.3 | - |
| YUV | 102.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 139 | 0 | 0.88 | 0.41 | 0.07 | 327.98 | 0.85 | 0.52 |
| Hex | EC | 1C | 8B | 0 | 58 | 29 | 7 | 148 | 55 | 34 |
| Octal | 354 | 34 | 213 | 0 | 130 | 51 | 7 | 510 | 125 | 64 |
| Binary | 11101100 | 11100 | 10001011 | 0 | 1011000 | 101001 | 111 | 101001000 | 1010101 | 110100 |
Color Harmonies of #EC1C8B
Complementary color
Monochromatic Colors of #EC1C8B
Black with #EC1C8B
Text Example
Text Example
White with #EC1C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C8B; }
p { color: rgb(236,28,139); }
H1.HeaderClassName
{
color: #EC1C8B;
}
.AnyTagClassName
{
color: #EC1C8B;
}
</style>
background-color css
<style>
a { background-color: #EC1C8B; }
a { background-color: rgb(236,28,139); }
div.DivClassName
{
background-color: #EC1C8B;
}
.BgClassName
{
background-color: #EC1C8B;
}
</style>
border-color css
<style>
span { border-color: #EC1C8B; }
span { border-color: rgb(236,28,139); }
td.TdClassName
{
border-color: #EC1C8B;
}
.TagClassName
{
border-color: #EC1C8B;
}
</style>