Shades of Dark Pink #EB607C
Tints of Dark Pink #EB607C
RGB
CMYK
RGB Variations
Color information
#EB607C (or 0xEB607C) is known color: Dark Pink. HEX triplet: EB, 60 and 7C. RGB value is (235,96,124). Sum of RGB (Red+Green+Blue) = 235+96+124=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB607C is #149F83. Grayscale: #8C8C8C. Windows color (decimal): -1351556 or 8151275. OLE color: 8151275.
HSL color Cylindrical-coordinate representation of color #EB607C: hue angle of 347.91º 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 #EB607C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 96 | 124 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.08 |
| HSL | 347.91º | 0.78% | 0.65% | - |
| HSV(B) | 347.91º | 0.59% | 0.92% | - |
| XYZ | 42.08 | 27.48 | 22.16 | - |
| YUV | 140.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 96 | 124 | 0 | 0.59 | 0.47 | 0.08 | 347.91 | 0.78 | 0.65 |
| Hex | EB | 60 | 7C | 0 | 3B | 2F | 8 | 15C | 4E | 41 |
| Octal | 353 | 140 | 174 | 0 | 73 | 57 | 10 | 534 | 116 | 101 |
| Binary | 11101011 | 1100000 | 1111100 | 0 | 111011 | 101111 | 1000 | 101011100 | 1001110 | 1000001 |
Color Harmonies of #EB607C
Complementary color
Monochromatic Colors of #EB607C
Black with #EB607C
Text Example
Text Example
White with #EB607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB607C; }
p { color: rgb(235,96,124); }
H1.HeaderClassName
{
color: #EB607C;
}
.AnyTagClassName
{
color: #EB607C;
}
</style>
background-color css
<style>
a { background-color: #EB607C; }
a { background-color: rgb(235,96,124); }
div.DivClassName
{
background-color: #EB607C;
}
.BgClassName
{
background-color: #EB607C;
}
</style>
border-color css
<style>
span { border-color: #EB607C; }
span { border-color: rgb(235,96,124); }
td.TdClassName
{
border-color: #EB607C;
}
.TagClassName
{
border-color: #EB607C;
}
</style>