Shades of Dark Pink #EB608B
Tints of Dark Pink #EB608B
RGB
CMYK
RGB Variations
Color information
#EB608B (or 0xEB608B) is known color: Dark Pink. HEX triplet: EB, 60 and 8B. RGB value is (235,96,139). Sum of RGB (Red+Green+Blue) = 235+96+139=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB608B is #149F74. Grayscale: #8E8E8E. Windows color (decimal): -1351541 or 9134315. OLE color: 9134315.
HSL color Cylindrical-coordinate representation of color #EB608B: hue angle of 341.44º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB608B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 96 | 139 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.08 |
| HSL | 341.44º | 0.78% | 0.65% | - |
| HSV(B) | 341.44º | 0.59% | 0.92% | - |
| XYZ | 43.1 | 27.89 | 27.54 | - |
| YUV | 142.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 96 | 139 | 0 | 0.59 | 0.41 | 0.08 | 341.44 | 0.78 | 0.65 |
| Hex | EB | 60 | 8B | 0 | 3B | 29 | 8 | 155 | 4E | 41 |
| Octal | 353 | 140 | 213 | 0 | 73 | 51 | 10 | 525 | 116 | 101 |
| Binary | 11101011 | 1100000 | 10001011 | 0 | 111011 | 101001 | 1000 | 101010101 | 1001110 | 1000001 |
Color Harmonies of #EB608B
Complementary color
Monochromatic Colors of #EB608B
Black with #EB608B
Text Example
Text Example
White with #EB608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB608B; }
p { color: rgb(235,96,139); }
H1.HeaderClassName
{
color: #EB608B;
}
.AnyTagClassName
{
color: #EB608B;
}
</style>
background-color css
<style>
a { background-color: #EB608B; }
a { background-color: rgb(235,96,139); }
div.DivClassName
{
background-color: #EB608B;
}
.BgClassName
{
background-color: #EB608B;
}
</style>
border-color css
<style>
span { border-color: #EB608B; }
span { border-color: rgb(235,96,139); }
td.TdClassName
{
border-color: #EB608B;
}
.TagClassName
{
border-color: #EB608B;
}
</style>