Shades of Deep Pink #EB179D
Tints of Deep Pink #EB179D
RGB
CMYK
RGB Variations
Color information
#EB179D (or 0xEB179D) is known color: Deep Pink. HEX triplet: EB, 17 and 9D. RGB value is (235,23,157). Sum of RGB (Red+Green+Blue) = 235+23+157=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB179D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB179D is #14E862. Grayscale: #656565. Windows color (decimal): -1370211 or 10295275. OLE color: 10295275.
HSL color Cylindrical-coordinate representation of color #EB179D: hue angle of 322.08º 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 #EB179D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 157 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.08 |
| HSL | 322.08º | 0.84% | 0.51% | - |
| HSV(B) | 322.08º | 0.9% | 0.92% | - |
| XYZ | 40.65 | 20.71 | 33.75 | - |
| YUV | 101.66 | 159.24 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 157 | 0 | 0.90 | 0.33 | 0.08 | 322.08 | 0.84 | 0.51 |
| Hex | EB | 17 | 9D | 0 | 5A | 21 | 8 | 142 | 54 | 33 |
| Octal | 353 | 27 | 235 | 0 | 132 | 41 | 10 | 502 | 124 | 63 |
| Binary | 11101011 | 10111 | 10011101 | 0 | 1011010 | 100001 | 1000 | 101000010 | 1010100 | 110011 |
Color Harmonies of #EB179D
Complementary color
Monochromatic Colors of #EB179D
Black with #EB179D
Text Example
Text Example
White with #EB179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB179D; }
p { color: rgb(235,23,157); }
H1.HeaderClassName
{
color: #EB179D;
}
.AnyTagClassName
{
color: #EB179D;
}
</style>
background-color css
<style>
a { background-color: #EB179D; }
a { background-color: rgb(235,23,157); }
div.DivClassName
{
background-color: #EB179D;
}
.BgClassName
{
background-color: #EB179D;
}
</style>
border-color css
<style>
span { border-color: #EB179D; }
span { border-color: rgb(235,23,157); }
td.TdClassName
{
border-color: #EB179D;
}
.TagClassName
{
border-color: #EB179D;
}
</style>