Shades of Dark Pink #E7507D
Tints of Dark Pink #E7507D
RGB
CMYK
RGB Variations
Color information
#E7507D (or 0xE7507D) is known color: Dark Pink. HEX triplet: E7, 50 and 7D. RGB value is (231,80,125). Sum of RGB (Red+Green+Blue) = 231+80+125=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7507D is #18AF82. Grayscale: #828282. Windows color (decimal): -1617795 or 8212711. OLE color: 8212711.
HSL color Cylindrical-coordinate representation of color #E7507D: hue angle of 342.12º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7507D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 125 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.09 |
| HSL | 342.12º | 0.76% | 0.61% | - |
| HSV(B) | 342.12º | 0.65% | 0.91% | - |
| XYZ | 39.53 | 24.21 | 21.99 | - |
| YUV | 130.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 125 | 0 | 0.65 | 0.46 | 0.09 | 342.12 | 0.76 | 0.61 |
| Hex | E7 | 50 | 7D | 0 | 41 | 2E | 9 | 156 | 4C | 3D |
| Octal | 347 | 120 | 175 | 0 | 101 | 56 | 11 | 526 | 114 | 75 |
| Binary | 11100111 | 1010000 | 1111101 | 0 | 1000001 | 101110 | 1001 | 101010110 | 1001100 | 111101 |
Color Harmonies of #E7507D
Complementary color
Monochromatic Colors of #E7507D
Black with #E7507D
Text Example
Text Example
White with #E7507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7507D; }
p { color: rgb(231,80,125); }
H1.HeaderClassName
{
color: #E7507D;
}
.AnyTagClassName
{
color: #E7507D;
}
</style>
background-color css
<style>
a { background-color: #E7507D; }
a { background-color: rgb(231,80,125); }
div.DivClassName
{
background-color: #E7507D;
}
.BgClassName
{
background-color: #E7507D;
}
</style>
border-color css
<style>
span { border-color: #E7507D; }
span { border-color: rgb(231,80,125); }
td.TdClassName
{
border-color: #E7507D;
}
.TagClassName
{
border-color: #E7507D;
}
</style>