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