Shades of Dark Pink #E85373
Tints of Dark Pink #E85373
RGB
CMYK
RGB Variations
Color information
#E85373 (or 0xE85373) is known color: Dark Pink. HEX triplet: E8, 53 and 73. RGB value is (232,83,115). Sum of RGB (Red+Green+Blue) = 232+83+115=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E85373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85373 is #17AC8C. Grayscale: #838383. Windows color (decimal): -1551501 or 7558120. OLE color: 7558120.
HSL color Cylindrical-coordinate representation of color #E85373: hue angle of 347.11º 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 #E85373 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 115 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.09 |
| HSL | 347.11º | 0.76% | 0.62% | - |
| HSV(B) | 347.11º | 0.64% | 0.91% | - |
| XYZ | 39.47 | 24.58 | 18.88 | - |
| YUV | 131.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 115 | 0 | 0.64 | 0.50 | 0.09 | 347.11 | 0.76 | 0.62 |
| Hex | E8 | 53 | 73 | 0 | 40 | 32 | 9 | 15B | 4C | 3E |
| Octal | 350 | 123 | 163 | 0 | 100 | 62 | 11 | 533 | 114 | 76 |
| Binary | 11101000 | 1010011 | 1110011 | 0 | 1000000 | 110010 | 1001 | 101011011 | 1001100 | 111110 |
Color Harmonies of #E85373
Complementary color
Monochromatic Colors of #E85373
Black with #E85373
Text Example
Text Example
White with #E85373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85373; }
p { color: rgb(232,83,115); }
H1.HeaderClassName
{
color: #E85373;
}
.AnyTagClassName
{
color: #E85373;
}
</style>
background-color css
<style>
a { background-color: #E85373; }
a { background-color: rgb(232,83,115); }
div.DivClassName
{
background-color: #E85373;
}
.BgClassName
{
background-color: #E85373;
}
</style>
border-color css
<style>
span { border-color: #E85373; }
span { border-color: rgb(232,83,115); }
td.TdClassName
{
border-color: #E85373;
}
.TagClassName
{
border-color: #E85373;
}
</style>