Shades of Deep Pink #EC1B99
Tints of Deep Pink #EC1B99
RGB
CMYK
RGB Variations
Color information
#EC1B99 (or 0xEC1B99) is known color: Deep Pink. HEX triplet: EC, 1B and 99. RGB value is (236,27,153). Sum of RGB (Red+Green+Blue) = 236+27+153=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1B99 is #13E466. Grayscale: #676767. Windows color (decimal): -1303655 or 10034156. OLE color: 10034156.
HSL color Cylindrical-coordinate representation of color #EC1B99: hue angle of 323.83º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B99 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 153 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.07 |
| HSL | 323.83º | 0.85% | 0.52% | - |
| HSV(B) | 323.83º | 0.89% | 0.93% | - |
| XYZ | 40.73 | 20.92 | 32.03 | - |
| YUV | 103.86 | 155.74 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 153 | 0 | 0.89 | 0.35 | 0.07 | 323.83 | 0.85 | 0.52 |
| Hex | EC | 1B | 99 | 0 | 59 | 23 | 7 | 144 | 55 | 34 |
| Octal | 354 | 33 | 231 | 0 | 131 | 43 | 7 | 504 | 125 | 64 |
| Binary | 11101100 | 11011 | 10011001 | 0 | 1011001 | 100011 | 111 | 101000100 | 1010101 | 110100 |
Color Harmonies of #EC1B99
Complementary color
Monochromatic Colors of #EC1B99
Black with #EC1B99
Text Example
Text Example
White with #EC1B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B99; }
p { color: rgb(236,27,153); }
H1.HeaderClassName
{
color: #EC1B99;
}
.AnyTagClassName
{
color: #EC1B99;
}
</style>
background-color css
<style>
a { background-color: #EC1B99; }
a { background-color: rgb(236,27,153); }
div.DivClassName
{
background-color: #EC1B99;
}
.BgClassName
{
background-color: #EC1B99;
}
</style>
border-color css
<style>
span { border-color: #EC1B99; }
span { border-color: rgb(236,27,153); }
td.TdClassName
{
border-color: #EC1B99;
}
.TagClassName
{
border-color: #EC1B99;
}
</style>