Shades of Dark Pink #E7508A
Tints of Dark Pink #E7508A
RGB
CMYK
RGB Variations
Color information
#E7508A (or 0xE7508A) is known color: Dark Pink. HEX triplet: E7, 50 and 8A. RGB value is (231,80,138). Sum of RGB (Red+Green+Blue) = 231+80+138=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E7508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7508A is #18AF75. Grayscale: #838383. Windows color (decimal): -1617782 or 9064679. OLE color: 9064679.
HSL color Cylindrical-coordinate representation of color #E7508A: hue angle of 336.95º 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 #E7508A is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 138 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.09 |
| HSL | 336.95º | 0.76% | 0.61% | - |
| HSV(B) | 336.95º | 0.65% | 0.91% | - |
| XYZ | 40.41 | 24.56 | 26.66 | - |
| YUV | 131.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 138 | 0 | 0.65 | 0.40 | 0.09 | 336.95 | 0.76 | 0.61 |
| Hex | E7 | 50 | 8A | 0 | 41 | 28 | 9 | 151 | 4C | 3D |
| Octal | 347 | 120 | 212 | 0 | 101 | 50 | 11 | 521 | 114 | 75 |
| Binary | 11100111 | 1010000 | 10001010 | 0 | 1000001 | 101000 | 1001 | 101010001 | 1001100 | 111101 |
Color Harmonies of #E7508A
Complementary color
Monochromatic Colors of #E7508A
Black with #E7508A
Text Example
Text Example
White with #E7508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7508A; }
p { color: rgb(231,80,138); }
H1.HeaderClassName
{
color: #E7508A;
}
.AnyTagClassName
{
color: #E7508A;
}
</style>
background-color css
<style>
a { background-color: #E7508A; }
a { background-color: rgb(231,80,138); }
div.DivClassName
{
background-color: #E7508A;
}
.BgClassName
{
background-color: #E7508A;
}
</style>
border-color css
<style>
span { border-color: #E7508A; }
span { border-color: rgb(231,80,138); }
td.TdClassName
{
border-color: #E7508A;
}
.TagClassName
{
border-color: #E7508A;
}
</style>