Shades of Dark Pink #E85275
Tints of Dark Pink #E85275
RGB
CMYK
RGB Variations
Color information
#E85275 (or 0xE85275) is known color: Dark Pink. HEX triplet: E8, 52 and 75. RGB value is (232,82,117). Sum of RGB (Red+Green+Blue) = 232+82+117=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85275 is #17AD8A. Grayscale: #828282. Windows color (decimal): -1551755 or 7688936. OLE color: 7688936.
HSL color Cylindrical-coordinate representation of color #E85275: hue angle of 346º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85275 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 117 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.09 |
| HSL | 346º | 0.77% | 0.62% | - |
| HSV(B) | 346º | 0.65% | 0.91% | - |
| XYZ | 39.51 | 24.47 | 19.47 | - |
| YUV | 130.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 117 | 0 | 0.65 | 0.50 | 0.09 | 346 | 0.77 | 0.62 |
| Hex | E8 | 52 | 75 | 0 | 41 | 32 | 9 | 15A | 4D | 3E |
| Octal | 350 | 122 | 165 | 0 | 101 | 62 | 11 | 532 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1110101 | 0 | 1000001 | 110010 | 1001 | 101011010 | 1001101 | 111110 |
Color Harmonies of #E85275
Complementary color
Monochromatic Colors of #E85275
Black with #E85275
Text Example
Text Example
White with #E85275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85275; }
p { color: rgb(232,82,117); }
H1.HeaderClassName
{
color: #E85275;
}
.AnyTagClassName
{
color: #E85275;
}
</style>
background-color css
<style>
a { background-color: #E85275; }
a { background-color: rgb(232,82,117); }
div.DivClassName
{
background-color: #E85275;
}
.BgClassName
{
background-color: #E85275;
}
</style>
border-color css
<style>
span { border-color: #E85275; }
span { border-color: rgb(232,82,117); }
td.TdClassName
{
border-color: #E85275;
}
.TagClassName
{
border-color: #E85275;
}
</style>