Shades of Dark Pink #E6497A
Tints of Dark Pink #E6497A
RGB
CMYK
RGB Variations
Color information
#E6497A (or 0xE6497A) is known color: Dark Pink. HEX triplet: E6, 49 and 7A. RGB value is (230,73,122). Sum of RGB (Red+Green+Blue) = 230+73+122=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6497A is #19B685. Grayscale: #7D7D7D. Windows color (decimal): -1685126 or 8014310. OLE color: 8014310.
HSL color Cylindrical-coordinate representation of color #E6497A: hue angle of 341.27º 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 #E6497A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 122 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.10 |
| HSL | 341.27º | 0.76% | 0.59% | - |
| HSV(B) | 341.27º | 0.68% | 0.9% | - |
| XYZ | 38.53 | 22.99 | 20.82 | - |
| YUV | 125.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 122 | 0 | 0.68 | 0.47 | 0.10 | 341.27 | 0.76 | 0.59 |
| Hex | E6 | 49 | 7A | 0 | 44 | 2F | A | 155 | 4C | 3B |
| Octal | 346 | 111 | 172 | 0 | 104 | 57 | 12 | 525 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1111010 | 0 | 1000100 | 101111 | 1010 | 101010101 | 1001100 | 111011 |
Color Harmonies of #E6497A
Complementary color
Monochromatic Colors of #E6497A
Black with #E6497A
Text Example
Text Example
White with #E6497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6497A; }
p { color: rgb(230,73,122); }
H1.HeaderClassName
{
color: #E6497A;
}
.AnyTagClassName
{
color: #E6497A;
}
</style>
background-color css
<style>
a { background-color: #E6497A; }
a { background-color: rgb(230,73,122); }
div.DivClassName
{
background-color: #E6497A;
}
.BgClassName
{
background-color: #E6497A;
}
</style>
border-color css
<style>
span { border-color: #E6497A; }
span { border-color: rgb(230,73,122); }
td.TdClassName
{
border-color: #E6497A;
}
.TagClassName
{
border-color: #E6497A;
}
</style>