Shades of Dark Pink #E6497F
Tints of Dark Pink #E6497F
RGB
CMYK
RGB Variations
Color information
#E6497F (or 0xE6497F) is known color: Dark Pink. HEX triplet: E6, 49 and 7F. RGB value is (230,73,127). Sum of RGB (Red+Green+Blue) = 230+73+127=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E6497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6497F is #19B680. Grayscale: #7E7E7E. Windows color (decimal): -1685121 or 8341990. OLE color: 8341990.
HSL color Cylindrical-coordinate representation of color #E6497F: hue angle of 339.36º 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 #E6497F is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 127 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.10 |
| HSL | 339.36º | 0.76% | 0.59% | - |
| HSV(B) | 339.36º | 0.68% | 0.9% | - |
| XYZ | 38.85 | 23.12 | 22.49 | - |
| YUV | 126.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 127 | 0 | 0.68 | 0.45 | 0.10 | 339.36 | 0.76 | 0.59 |
| Hex | E6 | 49 | 7F | 0 | 44 | 2D | A | 153 | 4C | 3B |
| Octal | 346 | 111 | 177 | 0 | 104 | 55 | 12 | 523 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1111111 | 0 | 1000100 | 101101 | 1010 | 101010011 | 1001100 | 111011 |
Color Harmonies of #E6497F
Complementary color
Monochromatic Colors of #E6497F
Black with #E6497F
Text Example
Text Example
White with #E6497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6497F; }
p { color: rgb(230,73,127); }
H1.HeaderClassName
{
color: #E6497F;
}
.AnyTagClassName
{
color: #E6497F;
}
</style>
background-color css
<style>
a { background-color: #E6497F; }
a { background-color: rgb(230,73,127); }
div.DivClassName
{
background-color: #E6497F;
}
.BgClassName
{
background-color: #E6497F;
}
</style>
border-color css
<style>
span { border-color: #E6497F; }
span { border-color: rgb(230,73,127); }
td.TdClassName
{
border-color: #E6497F;
}
.TagClassName
{
border-color: #E6497F;
}
</style>