Shades of Dark Pink #E75A70
Tints of Dark Pink #E75A70
RGB
CMYK
RGB Variations
Color information
#E75A70 (or 0xE75A70) is known color: Dark Pink. HEX triplet: E7, 5A and 70. RGB value is (231,90,112). Sum of RGB (Red+Green+Blue) = 231+90+112=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A70 is #18A58F. Grayscale: #868686. Windows color (decimal): -1615248 or 7363303. OLE color: 7363303.
HSL color Cylindrical-coordinate representation of color #E75A70: hue angle of 350.64º 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 #E75A70 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 112 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.09 |
| HSL | 350.64º | 0.75% | 0.63% | - |
| HSV(B) | 350.64º | 0.61% | 0.91% | - |
| XYZ | 39.54 | 25.47 | 18.16 | - |
| YUV | 134.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 112 | 0 | 0.61 | 0.52 | 0.09 | 350.64 | 0.75 | 0.63 |
| Hex | E7 | 5A | 70 | 0 | 3D | 34 | 9 | 15F | 4B | 3F |
| Octal | 347 | 132 | 160 | 0 | 75 | 64 | 11 | 537 | 113 | 77 |
| Binary | 11100111 | 1011010 | 1110000 | 0 | 111101 | 110100 | 1001 | 101011111 | 1001011 | 111111 |
Color Harmonies of #E75A70
Complementary color
Monochromatic Colors of #E75A70
Black with #E75A70
Text Example
Text Example
White with #E75A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A70; }
p { color: rgb(231,90,112); }
H1.HeaderClassName
{
color: #E75A70;
}
.AnyTagClassName
{
color: #E75A70;
}
</style>
background-color css
<style>
a { background-color: #E75A70; }
a { background-color: rgb(231,90,112); }
div.DivClassName
{
background-color: #E75A70;
}
.BgClassName
{
background-color: #E75A70;
}
</style>
border-color css
<style>
span { border-color: #E75A70; }
span { border-color: rgb(231,90,112); }
td.TdClassName
{
border-color: #E75A70;
}
.TagClassName
{
border-color: #E75A70;
}
</style>