Shades of Deep Pink #EB159A
Tints of Deep Pink #EB159A
RGB
CMYK
RGB Variations
Color information
#EB159A (or 0xEB159A) is known color: Deep Pink. HEX triplet: EB, 15 and 9A. RGB value is (235,21,154). Sum of RGB (Red+Green+Blue) = 235+21+154=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB159A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB159A is #14EA65. Grayscale: #636363. Windows color (decimal): -1370726 or 10098155. OLE color: 10098155.
HSL color Cylindrical-coordinate representation of color #EB159A: hue angle of 322.71º 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 #EB159A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 154 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.08 |
| HSL | 322.71º | 0.84% | 0.5% | - |
| HSV(B) | 322.71º | 0.91% | 0.92% | - |
| XYZ | 40.36 | 20.53 | 32.41 | - |
| YUV | 100.15 | 158.4 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 154 | 0 | 0.91 | 0.34 | 0.08 | 322.71 | 0.84 | 0.5 |
| Hex | EB | 15 | 9A | 0 | 5B | 22 | 8 | 143 | 54 | 32 |
| Octal | 353 | 25 | 232 | 0 | 133 | 42 | 10 | 503 | 124 | 62 |
| Binary | 11101011 | 10101 | 10011010 | 0 | 1011011 | 100010 | 1000 | 101000011 | 1010100 | 110010 |
Color Harmonies of #EB159A
Complementary color
Monochromatic Colors of #EB159A
Black with #EB159A
Text Example
Text Example
White with #EB159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB159A; }
p { color: rgb(235,21,154); }
H1.HeaderClassName
{
color: #EB159A;
}
.AnyTagClassName
{
color: #EB159A;
}
</style>
background-color css
<style>
a { background-color: #EB159A; }
a { background-color: rgb(235,21,154); }
div.DivClassName
{
background-color: #EB159A;
}
.BgClassName
{
background-color: #EB159A;
}
</style>
border-color css
<style>
span { border-color: #EB159A; }
span { border-color: rgb(235,21,154); }
td.TdClassName
{
border-color: #EB159A;
}
.TagClassName
{
border-color: #EB159A;
}
</style>