Shades of Dark Pink #E75A7A
Tints of Dark Pink #E75A7A
RGB
CMYK
RGB Variations
Color information
#E75A7A (or 0xE75A7A) is known color: Dark Pink. HEX triplet: E7, 5A and 7A. RGB value is (231,90,122). Sum of RGB (Red+Green+Blue) = 231+90+122=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A7A is #18A585. Grayscale: #878787. Windows color (decimal): -1615238 or 8018663. OLE color: 8018663.
HSL color Cylindrical-coordinate representation of color #E75A7A: hue angle of 346.38º 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 #E75A7A is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 122 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.09 |
| HSL | 346.38º | 0.75% | 0.63% | - |
| HSV(B) | 346.38º | 0.61% | 0.91% | - |
| XYZ | 40.12 | 25.71 | 21.26 | - |
| YUV | 135.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 122 | 0 | 0.61 | 0.47 | 0.09 | 346.38 | 0.75 | 0.63 |
| Hex | E7 | 5A | 7A | 0 | 3D | 2F | 9 | 15A | 4B | 3F |
| Octal | 347 | 132 | 172 | 0 | 75 | 57 | 11 | 532 | 113 | 77 |
| Binary | 11100111 | 1011010 | 1111010 | 0 | 111101 | 101111 | 1001 | 101011010 | 1001011 | 111111 |
Color Harmonies of #E75A7A
Complementary color
Monochromatic Colors of #E75A7A
Black with #E75A7A
Text Example
Text Example
White with #E75A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A7A; }
p { color: rgb(231,90,122); }
H1.HeaderClassName
{
color: #E75A7A;
}
.AnyTagClassName
{
color: #E75A7A;
}
</style>
background-color css
<style>
a { background-color: #E75A7A; }
a { background-color: rgb(231,90,122); }
div.DivClassName
{
background-color: #E75A7A;
}
.BgClassName
{
background-color: #E75A7A;
}
</style>
border-color css
<style>
span { border-color: #E75A7A; }
span { border-color: rgb(231,90,122); }
td.TdClassName
{
border-color: #E75A7A;
}
.TagClassName
{
border-color: #E75A7A;
}
</style>