Shades of Dark Pink #E7457E
Tints of Dark Pink #E7457E
RGB
CMYK
RGB Variations
Color information
#E7457E (or 0xE7457E) is known color: Dark Pink. HEX triplet: E7, 45 and 7E. RGB value is (231,69,126). Sum of RGB (Red+Green+Blue) = 231+69+126=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7457E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7457E is #18BA81. Grayscale: #7B7B7B. Windows color (decimal): -1620610 or 8275431. OLE color: 8275431.
HSL color Cylindrical-coordinate representation of color #E7457E: hue angle of 338.89º 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 #E7457E is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 126 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.09 |
| HSL | 338.89º | 0.77% | 0.59% | - |
| HSV(B) | 338.89º | 0.7% | 0.91% | - |
| XYZ | 38.85 | 22.75 | 22.08 | - |
| YUV | 123.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 126 | 0 | 0.70 | 0.45 | 0.09 | 338.89 | 0.77 | 0.59 |
| Hex | E7 | 45 | 7E | 0 | 46 | 2D | 9 | 153 | 4D | 3B |
| Octal | 347 | 105 | 176 | 0 | 106 | 55 | 11 | 523 | 115 | 73 |
| Binary | 11100111 | 1000101 | 1111110 | 0 | 1000110 | 101101 | 1001 | 101010011 | 1001101 | 111011 |
Color Harmonies of #E7457E
Complementary color
Monochromatic Colors of #E7457E
Black with #E7457E
Text Example
Text Example
White with #E7457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7457E; }
p { color: rgb(231,69,126); }
H1.HeaderClassName
{
color: #E7457E;
}
.AnyTagClassName
{
color: #E7457E;
}
</style>
background-color css
<style>
a { background-color: #E7457E; }
a { background-color: rgb(231,69,126); }
div.DivClassName
{
background-color: #E7457E;
}
.BgClassName
{
background-color: #E7457E;
}
</style>
border-color css
<style>
span { border-color: #E7457E; }
span { border-color: rgb(231,69,126); }
td.TdClassName
{
border-color: #E7457E;
}
.TagClassName
{
border-color: #E7457E;
}
</style>