Shades of Dark Pink #E7457F
Tints of Dark Pink #E7457F
RGB
CMYK
RGB Variations
Color information
#E7457F (or 0xE7457F) is known color: Dark Pink. HEX triplet: E7, 45 and 7F. RGB value is (231,69,127). Sum of RGB (Red+Green+Blue) = 231+69+127=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7457F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7457F is #18BA80. Grayscale: #7B7B7B. Windows color (decimal): -1620609 or 8340967. OLE color: 8340967.
HSL color Cylindrical-coordinate representation of color #E7457F: hue angle of 338.52º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7457F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 127 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.09 |
| HSL | 338.52º | 0.77% | 0.59% | - |
| HSV(B) | 338.52º | 0.7% | 0.91% | - |
| XYZ | 38.91 | 22.78 | 22.42 | - |
| YUV | 124.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 127 | 0 | 0.70 | 0.45 | 0.09 | 338.52 | 0.77 | 0.59 |
| Hex | E7 | 45 | 7F | 0 | 46 | 2D | 9 | 153 | 4D | 3B |
| Octal | 347 | 105 | 177 | 0 | 106 | 55 | 11 | 523 | 115 | 73 |
| Binary | 11100111 | 1000101 | 1111111 | 0 | 1000110 | 101101 | 1001 | 101010011 | 1001101 | 111011 |
Color Harmonies of #E7457F
Complementary color
Monochromatic Colors of #E7457F
Black with #E7457F
Text Example
Text Example
White with #E7457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7457F; }
p { color: rgb(231,69,127); }
H1.HeaderClassName
{
color: #E7457F;
}
.AnyTagClassName
{
color: #E7457F;
}
</style>
background-color css
<style>
a { background-color: #E7457F; }
a { background-color: rgb(231,69,127); }
div.DivClassName
{
background-color: #E7457F;
}
.BgClassName
{
background-color: #E7457F;
}
</style>
border-color css
<style>
span { border-color: #E7457F; }
span { border-color: rgb(231,69,127); }
td.TdClassName
{
border-color: #E7457F;
}
.TagClassName
{
border-color: #E7457F;
}
</style>