Shades of Dark Pink #E85073
Tints of Dark Pink #E85073
RGB
CMYK
RGB Variations
Color information
#E85073 (or 0xE85073) is known color: Dark Pink. HEX triplet: E8, 50 and 73. RGB value is (232,80,115). Sum of RGB (Red+Green+Blue) = 232+80+115=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E85073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85073 is #17AF8C. Grayscale: #818181. Windows color (decimal): -1552269 or 7557352. OLE color: 7557352.
HSL color Cylindrical-coordinate representation of color #E85073: hue angle of 346.18º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85073 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 115 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.09 |
| HSL | 346.18º | 0.77% | 0.61% | - |
| HSV(B) | 346.18º | 0.66% | 0.91% | - |
| XYZ | 39.24 | 24.13 | 18.81 | - |
| YUV | 129.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 115 | 0 | 0.66 | 0.50 | 0.09 | 346.18 | 0.77 | 0.61 |
| Hex | E8 | 50 | 73 | 0 | 42 | 32 | 9 | 15A | 4D | 3D |
| Octal | 350 | 120 | 163 | 0 | 102 | 62 | 11 | 532 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1110011 | 0 | 1000010 | 110010 | 1001 | 101011010 | 1001101 | 111101 |
Color Harmonies of #E85073
Complementary color
Monochromatic Colors of #E85073
Black with #E85073
Text Example
Text Example
White with #E85073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85073; }
p { color: rgb(232,80,115); }
H1.HeaderClassName
{
color: #E85073;
}
.AnyTagClassName
{
color: #E85073;
}
</style>
background-color css
<style>
a { background-color: #E85073; }
a { background-color: rgb(232,80,115); }
div.DivClassName
{
background-color: #E85073;
}
.BgClassName
{
background-color: #E85073;
}
</style>
border-color css
<style>
span { border-color: #E85073; }
span { border-color: rgb(232,80,115); }
td.TdClassName
{
border-color: #E85073;
}
.TagClassName
{
border-color: #E85073;
}
</style>