Shades of Deep Pink #EB159C
Tints of Deep Pink #EB159C
RGB
CMYK
RGB Variations
Color information
#EB159C (or 0xEB159C) is known color: Deep Pink. HEX triplet: EB, 15 and 9C. RGB value is (235,21,156). Sum of RGB (Red+Green+Blue) = 235+21+156=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB159C is #14EA63. Grayscale: #646464. Windows color (decimal): -1370724 or 10229227. OLE color: 10229227.
HSL color Cylindrical-coordinate representation of color #EB159C: hue angle of 322.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB159C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.08 |
| HSL | 322.15º | 0.84% | 0.5% | - |
| HSV(B) | 322.15º | 0.91% | 0.92% | - |
| XYZ | 40.53 | 20.6 | 33.29 | - |
| YUV | 100.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 156 | 0 | 0.91 | 0.34 | 0.08 | 322.15 | 0.84 | 0.5 |
| Hex | EB | 15 | 9C | 0 | 5B | 22 | 8 | 142 | 54 | 32 |
| Octal | 353 | 25 | 234 | 0 | 133 | 42 | 10 | 502 | 124 | 62 |
| Binary | 11101011 | 10101 | 10011100 | 0 | 1011011 | 100010 | 1000 | 101000010 | 1010100 | 110010 |
Color Harmonies of #EB159C
Complementary color
Monochromatic Colors of #EB159C
Black with #EB159C
Text Example
Text Example
White with #EB159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB159C; }
p { color: rgb(235,21,156); }
H1.HeaderClassName
{
color: #EB159C;
}
.AnyTagClassName
{
color: #EB159C;
}
</style>
background-color css
<style>
a { background-color: #EB159C; }
a { background-color: rgb(235,21,156); }
div.DivClassName
{
background-color: #EB159C;
}
.BgClassName
{
background-color: #EB159C;
}
</style>
border-color css
<style>
span { border-color: #EB159C; }
span { border-color: rgb(235,21,156); }
td.TdClassName
{
border-color: #EB159C;
}
.TagClassName
{
border-color: #EB159C;
}
</style>