Shades of Dark Pink #E7457B
Tints of Dark Pink #E7457B
RGB
CMYK
RGB Variations
Color information
#E7457B (or 0xE7457B) is known color: Dark Pink. HEX triplet: E7, 45 and 7B. RGB value is (231,69,123). Sum of RGB (Red+Green+Blue) = 231+69+123=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7457B is #18BA84. Grayscale: #7B7B7B. Windows color (decimal): -1620613 or 8078823. OLE color: 8078823.
HSL color Cylindrical-coordinate representation of color #E7457B: hue angle of 340º 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 #E7457B is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 123 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.09 |
| HSL | 340º | 0.77% | 0.59% | - |
| HSV(B) | 340º | 0.7% | 0.91% | - |
| XYZ | 38.66 | 22.68 | 21.08 | - |
| YUV | 123.59 | 127.67 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 123 | 0 | 0.70 | 0.47 | 0.09 | 340 | 0.77 | 0.59 |
| Hex | E7 | 45 | 7B | 0 | 46 | 2F | 9 | 154 | 4D | 3B |
| Octal | 347 | 105 | 173 | 0 | 106 | 57 | 11 | 524 | 115 | 73 |
| Binary | 11100111 | 1000101 | 1111011 | 0 | 1000110 | 101111 | 1001 | 101010100 | 1001101 | 111011 |
Color Harmonies of #E7457B
Complementary color
Monochromatic Colors of #E7457B
Black with #E7457B
Text Example
Text Example
White with #E7457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7457B; }
p { color: rgb(231,69,123); }
H1.HeaderClassName
{
color: #E7457B;
}
.AnyTagClassName
{
color: #E7457B;
}
</style>
background-color css
<style>
a { background-color: #E7457B; }
a { background-color: rgb(231,69,123); }
div.DivClassName
{
background-color: #E7457B;
}
.BgClassName
{
background-color: #E7457B;
}
</style>
border-color css
<style>
span { border-color: #E7457B; }
span { border-color: rgb(231,69,123); }
td.TdClassName
{
border-color: #E7457B;
}
.TagClassName
{
border-color: #E7457B;
}
</style>