Shades of Deep Pink #EC159B
Tints of Deep Pink #EC159B
RGB
CMYK
RGB Variations
Color information
#EC159B (or 0xEC159B) is known color: Deep Pink. HEX triplet: EC, 15 and 9B. RGB value is (236,21,155). Sum of RGB (Red+Green+Blue) = 236+21+155=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC159B is #13EA64. Grayscale: #646464. Windows color (decimal): -1305189 or 10163692. OLE color: 10163692.
HSL color Cylindrical-coordinate representation of color #EC159B: hue angle of 322.6º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC159B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 155 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.07 |
| HSL | 322.6º | 0.85% | 0.5% | - |
| HSV(B) | 322.6º | 0.91% | 0.93% | - |
| XYZ | 40.78 | 20.74 | 32.86 | - |
| YUV | 100.56 | 158.73 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 155 | 0 | 0.91 | 0.34 | 0.07 | 322.6 | 0.85 | 0.5 |
| Hex | EC | 15 | 9B | 0 | 5B | 22 | 7 | 143 | 55 | 32 |
| Octal | 354 | 25 | 233 | 0 | 133 | 42 | 7 | 503 | 125 | 62 |
| Binary | 11101100 | 10101 | 10011011 | 0 | 1011011 | 100010 | 111 | 101000011 | 1010101 | 110010 |
Color Harmonies of #EC159B
Complementary color
Monochromatic Colors of #EC159B
Black with #EC159B
Text Example
Text Example
White with #EC159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC159B; }
p { color: rgb(236,21,155); }
H1.HeaderClassName
{
color: #EC159B;
}
.AnyTagClassName
{
color: #EC159B;
}
</style>
background-color css
<style>
a { background-color: #EC159B; }
a { background-color: rgb(236,21,155); }
div.DivClassName
{
background-color: #EC159B;
}
.BgClassName
{
background-color: #EC159B;
}
</style>
border-color css
<style>
span { border-color: #EC159B; }
span { border-color: rgb(236,21,155); }
td.TdClassName
{
border-color: #EC159B;
}
.TagClassName
{
border-color: #EC159B;
}
</style>