Shades of Dark Pink #E75375
Tints of Dark Pink #E75375
RGB
CMYK
RGB Variations
Color information
#E75375 (or 0xE75375) is known color: Dark Pink. HEX triplet: E7, 53 and 75. RGB value is (231,83,117). Sum of RGB (Red+Green+Blue) = 231+83+117=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E75375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75375 is #18AC8A. Grayscale: #838383. Windows color (decimal): -1617035 or 7689191. OLE color: 7689191.
HSL color Cylindrical-coordinate representation of color #E75375: hue angle of 346.22º degrees, saturation: 0.76, 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 #E75375 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 117 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.09 |
| HSL | 346.22º | 0.76% | 0.62% | - |
| HSV(B) | 346.22º | 0.64% | 0.91% | - |
| XYZ | 39.26 | 24.46 | 19.48 | - |
| YUV | 131.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 117 | 0 | 0.64 | 0.49 | 0.09 | 346.22 | 0.76 | 0.62 |
| Hex | E7 | 53 | 75 | 0 | 40 | 31 | 9 | 15A | 4C | 3E |
| Octal | 347 | 123 | 165 | 0 | 100 | 61 | 11 | 532 | 114 | 76 |
| Binary | 11100111 | 1010011 | 1110101 | 0 | 1000000 | 110001 | 1001 | 101011010 | 1001100 | 111110 |
Color Harmonies of #E75375
Complementary color
Monochromatic Colors of #E75375
Black with #E75375
Text Example
Text Example
White with #E75375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75375; }
p { color: rgb(231,83,117); }
H1.HeaderClassName
{
color: #E75375;
}
.AnyTagClassName
{
color: #E75375;
}
</style>
background-color css
<style>
a { background-color: #E75375; }
a { background-color: rgb(231,83,117); }
div.DivClassName
{
background-color: #E75375;
}
.BgClassName
{
background-color: #E75375;
}
</style>
border-color css
<style>
span { border-color: #E75375; }
span { border-color: rgb(231,83,117); }
td.TdClassName
{
border-color: #E75375;
}
.TagClassName
{
border-color: #E75375;
}
</style>