Shades of Deep Pink #EB189D
Tints of Deep Pink #EB189D
RGB
CMYK
RGB Variations
Color information
#EB189D (or 0xEB189D) is known color: Deep Pink. HEX triplet: EB, 18 and 9D. RGB value is (235,24,157). Sum of RGB (Red+Green+Blue) = 235+24+157=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB189D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB189D is #14E762. Grayscale: #656565. Windows color (decimal): -1369955 or 10295531. OLE color: 10295531.
HSL color Cylindrical-coordinate representation of color #EB189D: hue angle of 322.18º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB189D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 157 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.08 |
| HSL | 322.18º | 0.84% | 0.51% | - |
| HSV(B) | 322.18º | 0.9% | 0.92% | - |
| XYZ | 40.67 | 20.75 | 33.76 | - |
| YUV | 102.25 | 158.9 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 157 | 0 | 0.90 | 0.33 | 0.08 | 322.18 | 0.84 | 0.51 |
| Hex | EB | 18 | 9D | 0 | 5A | 21 | 8 | 142 | 54 | 33 |
| Octal | 353 | 30 | 235 | 0 | 132 | 41 | 10 | 502 | 124 | 63 |
| Binary | 11101011 | 11000 | 10011101 | 0 | 1011010 | 100001 | 1000 | 101000010 | 1010100 | 110011 |
Color Harmonies of #EB189D
Complementary color
Monochromatic Colors of #EB189D
Black with #EB189D
Text Example
Text Example
White with #EB189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB189D; }
p { color: rgb(235,24,157); }
H1.HeaderClassName
{
color: #EB189D;
}
.AnyTagClassName
{
color: #EB189D;
}
</style>
background-color css
<style>
a { background-color: #EB189D; }
a { background-color: rgb(235,24,157); }
div.DivClassName
{
background-color: #EB189D;
}
.BgClassName
{
background-color: #EB189D;
}
</style>
border-color css
<style>
span { border-color: #EB189D; }
span { border-color: rgb(235,24,157); }
td.TdClassName
{
border-color: #EB189D;
}
.TagClassName
{
border-color: #EB189D;
}
</style>