Shades of Deep Pink #EB178A
Tints of Deep Pink #EB178A
RGB
CMYK
RGB Variations
Color information
#EB178A (or 0xEB178A) is known color: Deep Pink. HEX triplet: EB, 17 and 8A. RGB value is (235,23,138). Sum of RGB (Red+Green+Blue) = 235+23+138=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB178A is #14E875. Grayscale: #636363. Windows color (decimal): -1370230 or 9050091. OLE color: 9050091.
HSL color Cylindrical-coordinate representation of color #EB178A: hue angle of 327.45º 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 #EB178A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.08 |
| HSL | 327.45º | 0.84% | 0.51% | - |
| HSV(B) | 327.45º | 0.9% | 0.92% | - |
| XYZ | 39.15 | 20.11 | 25.86 | - |
| YUV | 99.5 | 149.74 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 138 | 0 | 0.90 | 0.41 | 0.08 | 327.45 | 0.84 | 0.51 |
| Hex | EB | 17 | 8A | 0 | 5A | 29 | 8 | 147 | 54 | 33 |
| Octal | 353 | 27 | 212 | 0 | 132 | 51 | 10 | 507 | 124 | 63 |
| Binary | 11101011 | 10111 | 10001010 | 0 | 1011010 | 101001 | 1000 | 101000111 | 1010100 | 110011 |
Color Harmonies of #EB178A
Complementary color
Monochromatic Colors of #EB178A
Black with #EB178A
Text Example
Text Example
White with #EB178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB178A; }
p { color: rgb(235,23,138); }
H1.HeaderClassName
{
color: #EB178A;
}
.AnyTagClassName
{
color: #EB178A;
}
</style>
background-color css
<style>
a { background-color: #EB178A; }
a { background-color: rgb(235,23,138); }
div.DivClassName
{
background-color: #EB178A;
}
.BgClassName
{
background-color: #EB178A;
}
</style>
border-color css
<style>
span { border-color: #EB178A; }
span { border-color: rgb(235,23,138); }
td.TdClassName
{
border-color: #EB178A;
}
.TagClassName
{
border-color: #EB178A;
}
</style>