Shades of Deep Pink #EB178C
Tints of Deep Pink #EB178C
RGB
CMYK
RGB Variations
Color information
#EB178C (or 0xEB178C) is known color: Deep Pink. HEX triplet: EB, 17 and 8C. RGB value is (235,23,140). Sum of RGB (Red+Green+Blue) = 235+23+140=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB178C is #14E873. Grayscale: #636363. Windows color (decimal): -1370228 or 9181163. OLE color: 9181163.
HSL color Cylindrical-coordinate representation of color #EB178C: hue angle of 326.89º 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 #EB178C is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 140 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.08 |
| HSL | 326.89º | 0.84% | 0.51% | - |
| HSV(B) | 326.89º | 0.9% | 0.92% | - |
| XYZ | 39.3 | 20.17 | 26.63 | - |
| YUV | 99.73 | 150.74 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 140 | 0 | 0.90 | 0.40 | 0.08 | 326.89 | 0.84 | 0.51 |
| Hex | EB | 17 | 8C | 0 | 5A | 28 | 8 | 147 | 54 | 33 |
| Octal | 353 | 27 | 214 | 0 | 132 | 50 | 10 | 507 | 124 | 63 |
| Binary | 11101011 | 10111 | 10001100 | 0 | 1011010 | 101000 | 1000 | 101000111 | 1010100 | 110011 |
Color Harmonies of #EB178C
Complementary color
Monochromatic Colors of #EB178C
Black with #EB178C
Text Example
Text Example
White with #EB178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB178C; }
p { color: rgb(235,23,140); }
H1.HeaderClassName
{
color: #EB178C;
}
.AnyTagClassName
{
color: #EB178C;
}
</style>
background-color css
<style>
a { background-color: #EB178C; }
a { background-color: rgb(235,23,140); }
div.DivClassName
{
background-color: #EB178C;
}
.BgClassName
{
background-color: #EB178C;
}
</style>
border-color css
<style>
span { border-color: #EB178C; }
span { border-color: rgb(235,23,140); }
td.TdClassName
{
border-color: #EB178C;
}
.TagClassName
{
border-color: #EB178C;
}
</style>