Shades of Dark Pink #E75A78
Tints of Dark Pink #E75A78
RGB
CMYK
RGB Variations
Color information
#E75A78 (or 0xE75A78) is known color: Dark Pink. HEX triplet: E7, 5A and 78. RGB value is (231,90,120). Sum of RGB (Red+Green+Blue) = 231+90+120=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A78 is #18A587. Grayscale: #878787. Windows color (decimal): -1615240 or 7887591. OLE color: 7887591.
HSL color Cylindrical-coordinate representation of color #E75A78: hue angle of 347.23º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75A78 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 120 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.09 |
| HSL | 347.23º | 0.75% | 0.63% | - |
| HSV(B) | 347.23º | 0.61% | 0.91% | - |
| XYZ | 40 | 25.66 | 20.61 | - |
| YUV | 135.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 120 | 0 | 0.61 | 0.48 | 0.09 | 347.23 | 0.75 | 0.63 |
| Hex | E7 | 5A | 78 | 0 | 3D | 30 | 9 | 15B | 4B | 3F |
| Octal | 347 | 132 | 170 | 0 | 75 | 60 | 11 | 533 | 113 | 77 |
| Binary | 11100111 | 1011010 | 1111000 | 0 | 111101 | 110000 | 1001 | 101011011 | 1001011 | 111111 |
Color Harmonies of #E75A78
Complementary color
Monochromatic Colors of #E75A78
Black with #E75A78
Text Example
Text Example
White with #E75A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A78; }
p { color: rgb(231,90,120); }
H1.HeaderClassName
{
color: #E75A78;
}
.AnyTagClassName
{
color: #E75A78;
}
</style>
background-color css
<style>
a { background-color: #E75A78; }
a { background-color: rgb(231,90,120); }
div.DivClassName
{
background-color: #E75A78;
}
.BgClassName
{
background-color: #E75A78;
}
</style>
border-color css
<style>
span { border-color: #E75A78; }
span { border-color: rgb(231,90,120); }
td.TdClassName
{
border-color: #E75A78;
}
.TagClassName
{
border-color: #E75A78;
}
</style>