Shades of Dark Pink #EB5E8A
Tints of Dark Pink #EB5E8A
RGB
CMYK
RGB Variations
Color information
#EB5E8A (or 0xEB5E8A) is known color: Dark Pink. HEX triplet: EB, 5E and 8A. RGB value is (235,94,138). Sum of RGB (Red+Green+Blue) = 235+94+138=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5E8A is #14A175. Grayscale: #8D8D8D. Windows color (decimal): -1352054 or 9068267. OLE color: 9068267.
HSL color Cylindrical-coordinate representation of color #EB5E8A: hue angle of 341.28º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5E8A is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 94 | 138 | - |
| CMYK | 0 | 0.6 | 0.41 | 0.08 |
| HSL | 341.28º | 0.78% | 0.65% | - |
| HSV(B) | 341.28º | 0.6% | 0.92% | - |
| XYZ | 42.85 | 27.5 | 27.09 | - |
| YUV | 141.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 94 | 138 | 0 | 0.6 | 0.41 | 0.08 | 341.28 | 0.78 | 0.65 |
| Hex | EB | 5E | 8A | 0 | 3C | 29 | 8 | 155 | 4E | 41 |
| Octal | 353 | 136 | 212 | 0 | 74 | 51 | 10 | 525 | 116 | 101 |
| Binary | 11101011 | 1011110 | 10001010 | 0 | 111100 | 101001 | 1000 | 101010101 | 1001110 | 1000001 |
Color Harmonies of #EB5E8A
Complementary color
Monochromatic Colors of #EB5E8A
Black with #EB5E8A
Text Example
Text Example
White with #EB5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5E8A; }
p { color: rgb(235,94,138); }
H1.HeaderClassName
{
color: #EB5E8A;
}
.AnyTagClassName
{
color: #EB5E8A;
}
</style>
background-color css
<style>
a { background-color: #EB5E8A; }
a { background-color: rgb(235,94,138); }
div.DivClassName
{
background-color: #EB5E8A;
}
.BgClassName
{
background-color: #EB5E8A;
}
</style>
border-color css
<style>
span { border-color: #EB5E8A; }
span { border-color: rgb(235,94,138); }
td.TdClassName
{
border-color: #EB5E8A;
}
.TagClassName
{
border-color: #EB5E8A;
}
</style>