Shades of Dark Pink #E7538A
Tints of Dark Pink #E7538A
RGB
CMYK
RGB Variations
Color information
#E7538A (or 0xE7538A) is known color: Dark Pink. HEX triplet: E7, 53 and 8A. RGB value is (231,83,138). Sum of RGB (Red+Green+Blue) = 231+83+138=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7538A is #18AC75. Grayscale: #858585. Windows color (decimal): -1617014 or 9065447. OLE color: 9065447.
HSL color Cylindrical-coordinate representation of color #E7538A: hue angle of 337.7º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7538A is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 138 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.09 |
| HSL | 337.7º | 0.76% | 0.62% | - |
| HSV(B) | 337.7º | 0.64% | 0.91% | - |
| XYZ | 40.64 | 25.01 | 26.73 | - |
| YUV | 133.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 138 | 0 | 0.64 | 0.40 | 0.09 | 337.7 | 0.76 | 0.62 |
| Hex | E7 | 53 | 8A | 0 | 40 | 28 | 9 | 152 | 4C | 3E |
| Octal | 347 | 123 | 212 | 0 | 100 | 50 | 11 | 522 | 114 | 76 |
| Binary | 11100111 | 1010011 | 10001010 | 0 | 1000000 | 101000 | 1001 | 101010010 | 1001100 | 111110 |
Color Harmonies of #E7538A
Complementary color
Monochromatic Colors of #E7538A
Black with #E7538A
Text Example
Text Example
White with #E7538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7538A; }
p { color: rgb(231,83,138); }
H1.HeaderClassName
{
color: #E7538A;
}
.AnyTagClassName
{
color: #E7538A;
}
</style>
background-color css
<style>
a { background-color: #E7538A; }
a { background-color: rgb(231,83,138); }
div.DivClassName
{
background-color: #E7538A;
}
.BgClassName
{
background-color: #E7538A;
}
</style>
border-color css
<style>
span { border-color: #E7538A; }
span { border-color: rgb(231,83,138); }
td.TdClassName
{
border-color: #E7538A;
}
.TagClassName
{
border-color: #E7538A;
}
</style>