Shades of Deep Pink #EB177C
Tints of Deep Pink #EB177C
RGB
CMYK
RGB Variations
Color information
#EB177C (or 0xEB177C) is known color: Deep Pink. HEX triplet: EB, 17 and 7C. RGB value is (235,23,124). Sum of RGB (Red+Green+Blue) = 235+23+124=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB177C is #14E883. Grayscale: #616161. Windows color (decimal): -1370244 or 8132587. OLE color: 8132587.
HSL color Cylindrical-coordinate representation of color #EB177C: hue angle of 331.42º 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 #EB177C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.08 |
| HSL | 331.42º | 0.84% | 0.51% | - |
| HSV(B) | 331.42º | 0.9% | 0.92% | - |
| XYZ | 38.21 | 19.73 | 20.86 | - |
| YUV | 97.9 | 142.74 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 124 | 0 | 0.90 | 0.47 | 0.08 | 331.42 | 0.84 | 0.51 |
| Hex | EB | 17 | 7C | 0 | 5A | 2F | 8 | 14B | 54 | 33 |
| Octal | 353 | 27 | 174 | 0 | 132 | 57 | 10 | 513 | 124 | 63 |
| Binary | 11101011 | 10111 | 1111100 | 0 | 1011010 | 101111 | 1000 | 101001011 | 1010100 | 110011 |
Color Harmonies of #EB177C
Complementary color
Monochromatic Colors of #EB177C
Black with #EB177C
Text Example
Text Example
White with #EB177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB177C; }
p { color: rgb(235,23,124); }
H1.HeaderClassName
{
color: #EB177C;
}
.AnyTagClassName
{
color: #EB177C;
}
</style>
background-color css
<style>
a { background-color: #EB177C; }
a { background-color: rgb(235,23,124); }
div.DivClassName
{
background-color: #EB177C;
}
.BgClassName
{
background-color: #EB177C;
}
</style>
border-color css
<style>
span { border-color: #EB177C; }
span { border-color: rgb(235,23,124); }
td.TdClassName
{
border-color: #EB177C;
}
.TagClassName
{
border-color: #EB177C;
}
</style>