Shades of Dark Pink #E6457C
Tints of Dark Pink #E6457C
RGB
CMYK
RGB Variations
Color information
#E6457C (or 0xE6457C) is known color: Dark Pink. HEX triplet: E6, 45 and 7C. RGB value is (230,69,124). Sum of RGB (Red+Green+Blue) = 230+69+124=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6457C is #19BA83. Grayscale: #7B7B7B. Windows color (decimal): -1686148 or 8144358. OLE color: 8144358.
HSL color Cylindrical-coordinate representation of color #E6457C: hue angle of 339.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6457C is Cyan = 0, Magento = 0.7, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 124 | - |
| CMYK | 0 | 0.7 | 0.46 | 0.10 |
| HSL | 339.5º | 0.76% | 0.59% | - |
| HSV(B) | 339.5º | 0.7% | 0.9% | - |
| XYZ | 38.4 | 22.53 | 21.39 | - |
| YUV | 123.41 | 128.34 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 124 | 0 | 0.7 | 0.46 | 0.10 | 339.5 | 0.76 | 0.59 |
| Hex | E6 | 45 | 7C | 0 | 46 | 2E | A | 154 | 4C | 3B |
| Octal | 346 | 105 | 174 | 0 | 106 | 56 | 12 | 524 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1111100 | 0 | 1000110 | 101110 | 1010 | 101010100 | 1001100 | 111011 |
Color Harmonies of #E6457C
Complementary color
Monochromatic Colors of #E6457C
Black with #E6457C
Text Example
Text Example
White with #E6457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6457C; }
p { color: rgb(230,69,124); }
H1.HeaderClassName
{
color: #E6457C;
}
.AnyTagClassName
{
color: #E6457C;
}
</style>
background-color css
<style>
a { background-color: #E6457C; }
a { background-color: rgb(230,69,124); }
div.DivClassName
{
background-color: #E6457C;
}
.BgClassName
{
background-color: #E6457C;
}
</style>
border-color css
<style>
span { border-color: #E6457C; }
span { border-color: rgb(230,69,124); }
td.TdClassName
{
border-color: #E6457C;
}
.TagClassName
{
border-color: #E6457C;
}
</style>