Shades of Deep Pink #EB159B
Tints of Deep Pink #EB159B
RGB
CMYK
RGB Variations
Color information
#EB159B (or 0xEB159B) is known color: Deep Pink. HEX triplet: EB, 15 and 9B. RGB value is (235,21,155). Sum of RGB (Red+Green+Blue) = 235+21+155=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB159B is #14EA64. Grayscale: #636363. Windows color (decimal): -1370725 or 10163691. OLE color: 10163691.
HSL color Cylindrical-coordinate representation of color #EB159B: hue angle of 322.43º 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 #EB159B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 155 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.08 |
| HSL | 322.43º | 0.84% | 0.5% | - |
| HSV(B) | 322.43º | 0.91% | 0.92% | - |
| XYZ | 40.45 | 20.57 | 32.85 | - |
| YUV | 100.26 | 158.9 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 155 | 0 | 0.91 | 0.34 | 0.08 | 322.43 | 0.84 | 0.5 |
| Hex | EB | 15 | 9B | 0 | 5B | 22 | 8 | 142 | 54 | 32 |
| Octal | 353 | 25 | 233 | 0 | 133 | 42 | 10 | 502 | 124 | 62 |
| Binary | 11101011 | 10101 | 10011011 | 0 | 1011011 | 100010 | 1000 | 101000010 | 1010100 | 110010 |
Color Harmonies of #EB159B
Complementary color
Monochromatic Colors of #EB159B
Black with #EB159B
Text Example
Text Example
White with #EB159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB159B; }
p { color: rgb(235,21,155); }
H1.HeaderClassName
{
color: #EB159B;
}
.AnyTagClassName
{
color: #EB159B;
}
</style>
background-color css
<style>
a { background-color: #EB159B; }
a { background-color: rgb(235,21,155); }
div.DivClassName
{
background-color: #EB159B;
}
.BgClassName
{
background-color: #EB159B;
}
</style>
border-color css
<style>
span { border-color: #EB159B; }
span { border-color: rgb(235,21,155); }
td.TdClassName
{
border-color: #EB159B;
}
.TagClassName
{
border-color: #EB159B;
}
</style>