Shades of Dark Pink #E75790
Tints of Dark Pink #E75790
RGB
CMYK
RGB Variations
Color information
#E75790 (or 0xE75790) is known color: Dark Pink. HEX triplet: E7, 57 and 90. RGB value is (231,87,144). Sum of RGB (Red+Green+Blue) = 231+87+144=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E75790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75790 is #18A86F. Grayscale: #888888. Windows color (decimal): -1615984 or 9459687. OLE color: 9459687.
HSL color Cylindrical-coordinate representation of color #E75790: hue angle of 336.25º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75790 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 144 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.09 |
| HSL | 336.25º | 0.75% | 0.62% | - |
| HSV(B) | 336.25º | 0.62% | 0.91% | - |
| XYZ | 41.4 | 25.82 | 29.19 | - |
| YUV | 136.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 144 | 0 | 0.62 | 0.38 | 0.09 | 336.25 | 0.75 | 0.62 |
| Hex | E7 | 57 | 90 | 0 | 3E | 26 | 9 | 150 | 4B | 3E |
| Octal | 347 | 127 | 220 | 0 | 76 | 46 | 11 | 520 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10010000 | 0 | 111110 | 100110 | 1001 | 101010000 | 1001011 | 111110 |
Color Harmonies of #E75790
Complementary color
Monochromatic Colors of #E75790
Black with #E75790
Text Example
Text Example
White with #E75790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75790; }
p { color: rgb(231,87,144); }
H1.HeaderClassName
{
color: #E75790;
}
.AnyTagClassName
{
color: #E75790;
}
</style>
background-color css
<style>
a { background-color: #E75790; }
a { background-color: rgb(231,87,144); }
div.DivClassName
{
background-color: #E75790;
}
.BgClassName
{
background-color: #E75790;
}
</style>
border-color css
<style>
span { border-color: #E75790; }
span { border-color: rgb(231,87,144); }
td.TdClassName
{
border-color: #E75790;
}
.TagClassName
{
border-color: #E75790;
}
</style>