Shades of Deep Pink #EB179C
Tints of Deep Pink #EB179C
RGB
CMYK
RGB Variations
Color information
#EB179C (or 0xEB179C) is known color: Deep Pink. HEX triplet: EB, 17 and 9C. RGB value is (235,23,156). Sum of RGB (Red+Green+Blue) = 235+23+156=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB179C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB179C is #14E863. Grayscale: #656565. Windows color (decimal): -1370212 or 10229739. OLE color: 10229739.
HSL color Cylindrical-coordinate representation of color #EB179C: hue angle of 322.36º 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 #EB179C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 156 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.08 |
| HSL | 322.36º | 0.84% | 0.51% | - |
| HSV(B) | 322.36º | 0.9% | 0.92% | - |
| XYZ | 40.57 | 20.68 | 33.31 | - |
| YUV | 101.55 | 158.74 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 156 | 0 | 0.90 | 0.34 | 0.08 | 322.36 | 0.84 | 0.51 |
| Hex | EB | 17 | 9C | 0 | 5A | 22 | 8 | 142 | 54 | 33 |
| Octal | 353 | 27 | 234 | 0 | 132 | 42 | 10 | 502 | 124 | 63 |
| Binary | 11101011 | 10111 | 10011100 | 0 | 1011010 | 100010 | 1000 | 101000010 | 1010100 | 110011 |
Color Harmonies of #EB179C
Complementary color
Monochromatic Colors of #EB179C
Black with #EB179C
Text Example
Text Example
White with #EB179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB179C; }
p { color: rgb(235,23,156); }
H1.HeaderClassName
{
color: #EB179C;
}
.AnyTagClassName
{
color: #EB179C;
}
</style>
background-color css
<style>
a { background-color: #EB179C; }
a { background-color: rgb(235,23,156); }
div.DivClassName
{
background-color: #EB179C;
}
.BgClassName
{
background-color: #EB179C;
}
</style>
border-color css
<style>
span { border-color: #EB179C; }
span { border-color: rgb(235,23,156); }
td.TdClassName
{
border-color: #EB179C;
}
.TagClassName
{
border-color: #EB179C;
}
</style>