Shades of Dark Pink #E6457F
Tints of Dark Pink #E6457F
RGB
CMYK
RGB Variations
Color information
#E6457F (or 0xE6457F) is known color: Dark Pink. HEX triplet: E6, 45 and 7F. RGB value is (230,69,127). Sum of RGB (Red+Green+Blue) = 230+69+127=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6457F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6457F is #19BA80. Grayscale: #7B7B7B. Windows color (decimal): -1686145 or 8340966. OLE color: 8340966.
HSL color Cylindrical-coordinate representation of color #E6457F: hue angle of 338.39º 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 #E6457F is Cyan = 0, Magento = 0.7, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 127 | - |
| CMYK | 0 | 0.7 | 0.45 | 0.10 |
| HSL | 338.39º | 0.76% | 0.59% | - |
| HSV(B) | 338.39º | 0.7% | 0.9% | - |
| XYZ | 38.59 | 22.61 | 22.41 | - |
| YUV | 123.75 | 129.84 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 127 | 0 | 0.7 | 0.45 | 0.10 | 338.39 | 0.76 | 0.59 |
| Hex | E6 | 45 | 7F | 0 | 46 | 2D | A | 152 | 4C | 3B |
| Octal | 346 | 105 | 177 | 0 | 106 | 55 | 12 | 522 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1111111 | 0 | 1000110 | 101101 | 1010 | 101010010 | 1001100 | 111011 |
Color Harmonies of #E6457F
Complementary color
Monochromatic Colors of #E6457F
Black with #E6457F
Text Example
Text Example
White with #E6457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6457F; }
p { color: rgb(230,69,127); }
H1.HeaderClassName
{
color: #E6457F;
}
.AnyTagClassName
{
color: #E6457F;
}
</style>
background-color css
<style>
a { background-color: #E6457F; }
a { background-color: rgb(230,69,127); }
div.DivClassName
{
background-color: #E6457F;
}
.BgClassName
{
background-color: #E6457F;
}
</style>
border-color css
<style>
span { border-color: #E6457F; }
span { border-color: rgb(230,69,127); }
td.TdClassName
{
border-color: #E6457F;
}
.TagClassName
{
border-color: #E6457F;
}
</style>