Shades of Dark Pink #E75078
Tints of Dark Pink #E75078
RGB
CMYK
RGB Variations
Color information
#E75078 (or 0xE75078) is known color: Dark Pink. HEX triplet: E7, 50 and 78. RGB value is (231,80,120). Sum of RGB (Red+Green+Blue) = 231+80+120=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E75078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75078 is #18AF87. Grayscale: #818181. Windows color (decimal): -1617800 or 7885031. OLE color: 7885031.
HSL color Cylindrical-coordinate representation of color #E75078: hue angle of 344.11º 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 #E75078 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 120 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.09 |
| HSL | 344.11º | 0.76% | 0.61% | - |
| HSV(B) | 344.11º | 0.65% | 0.91% | - |
| XYZ | 39.21 | 24.08 | 20.35 | - |
| YUV | 129.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 120 | 0 | 0.65 | 0.48 | 0.09 | 344.11 | 0.76 | 0.61 |
| Hex | E7 | 50 | 78 | 0 | 41 | 30 | 9 | 158 | 4C | 3D |
| Octal | 347 | 120 | 170 | 0 | 101 | 60 | 11 | 530 | 114 | 75 |
| Binary | 11100111 | 1010000 | 1111000 | 0 | 1000001 | 110000 | 1001 | 101011000 | 1001100 | 111101 |
Color Harmonies of #E75078
Complementary color
Monochromatic Colors of #E75078
Black with #E75078
Text Example
Text Example
White with #E75078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75078; }
p { color: rgb(231,80,120); }
H1.HeaderClassName
{
color: #E75078;
}
.AnyTagClassName
{
color: #E75078;
}
</style>
background-color css
<style>
a { background-color: #E75078; }
a { background-color: rgb(231,80,120); }
div.DivClassName
{
background-color: #E75078;
}
.BgClassName
{
background-color: #E75078;
}
</style>
border-color css
<style>
span { border-color: #E75078; }
span { border-color: rgb(231,80,120); }
td.TdClassName
{
border-color: #E75078;
}
.TagClassName
{
border-color: #E75078;
}
</style>