Shades of Dark Pink #E75478
Tints of Dark Pink #E75478
RGB
CMYK
RGB Variations
Color information
#E75478 (or 0xE75478) is known color: Dark Pink. HEX triplet: E7, 54 and 78. RGB value is (231,84,120). Sum of RGB (Red+Green+Blue) = 231+84+120=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E75478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75478 is #18AB87. Grayscale: #848484. Windows color (decimal): -1616776 or 7886055. OLE color: 7886055.
HSL color Cylindrical-coordinate representation of color #E75478: hue angle of 345.31º degrees, saturation: 0.75, 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 #E75478 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 120 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.09 |
| HSL | 345.31º | 0.75% | 0.62% | - |
| HSV(B) | 345.31º | 0.64% | 0.91% | - |
| XYZ | 39.52 | 24.69 | 20.45 | - |
| YUV | 132.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 120 | 0 | 0.64 | 0.48 | 0.09 | 345.31 | 0.75 | 0.62 |
| Hex | E7 | 54 | 78 | 0 | 40 | 30 | 9 | 159 | 4B | 3E |
| Octal | 347 | 124 | 170 | 0 | 100 | 60 | 11 | 531 | 113 | 76 |
| Binary | 11100111 | 1010100 | 1111000 | 0 | 1000000 | 110000 | 1001 | 101011001 | 1001011 | 111110 |
Color Harmonies of #E75478
Complementary color
Monochromatic Colors of #E75478
Black with #E75478
Text Example
Text Example
White with #E75478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75478; }
p { color: rgb(231,84,120); }
H1.HeaderClassName
{
color: #E75478;
}
.AnyTagClassName
{
color: #E75478;
}
</style>
background-color css
<style>
a { background-color: #E75478; }
a { background-color: rgb(231,84,120); }
div.DivClassName
{
background-color: #E75478;
}
.BgClassName
{
background-color: #E75478;
}
</style>
border-color css
<style>
span { border-color: #E75478; }
span { border-color: rgb(231,84,120); }
td.TdClassName
{
border-color: #E75478;
}
.TagClassName
{
border-color: #E75478;
}
</style>