Shades of Dark Pink #E6497C
Tints of Dark Pink #E6497C
RGB
CMYK
RGB Variations
Color information
#E6497C (or 0xE6497C) is known color: Dark Pink. HEX triplet: E6, 49 and 7C. RGB value is (230,73,124). Sum of RGB (Red+Green+Blue) = 230+73+124=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6497C is #19B683. Grayscale: #7D7D7D. Windows color (decimal): -1685124 or 8145382. OLE color: 8145382.
HSL color Cylindrical-coordinate representation of color #E6497C: hue angle of 340.51º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6497C is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 124 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.10 |
| HSL | 340.51º | 0.76% | 0.59% | - |
| HSV(B) | 340.51º | 0.68% | 0.9% | - |
| XYZ | 38.65 | 23.04 | 21.48 | - |
| YUV | 125.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 124 | 0 | 0.68 | 0.46 | 0.10 | 340.51 | 0.76 | 0.59 |
| Hex | E6 | 49 | 7C | 0 | 44 | 2E | A | 155 | 4C | 3B |
| Octal | 346 | 111 | 174 | 0 | 104 | 56 | 12 | 525 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1111100 | 0 | 1000100 | 101110 | 1010 | 101010101 | 1001100 | 111011 |
Color Harmonies of #E6497C
Complementary color
Monochromatic Colors of #E6497C
Black with #E6497C
Text Example
Text Example
White with #E6497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6497C; }
p { color: rgb(230,73,124); }
H1.HeaderClassName
{
color: #E6497C;
}
.AnyTagClassName
{
color: #E6497C;
}
</style>
background-color css
<style>
a { background-color: #E6497C; }
a { background-color: rgb(230,73,124); }
div.DivClassName
{
background-color: #E6497C;
}
.BgClassName
{
background-color: #E6497C;
}
</style>
border-color css
<style>
span { border-color: #E6497C; }
span { border-color: rgb(230,73,124); }
td.TdClassName
{
border-color: #E6497C;
}
.TagClassName
{
border-color: #E6497C;
}
</style>