#E85077

Color #E85077 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E85077

Tints of Dark Pink #E85077

Color information

#E85077 (or 0xE85077) is unknown color: approx Dark Pink. HEX triplet: E8, 50 and 77. RGB value is (232,80,119). Sum of RGB (Red+Green+Blue) = 232+80+119=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85077 is #17AF88. Grayscale: #818181. Windows color (decimal): -1552265 or 7819496. OLE color: 7819496.

HSL color Cylindrical-coordinate representation of color #E85077: hue angle of 344.61º 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 #E85077 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB23280119-
CMYK00.660.490.09
HSL344.61º76.77%61.18%-
HSV(B)344.61º65.52%90.98%-
XYZ39.4824.2320.05-
YUV129.89121.86200.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 53.83%
GREEN value IS 80 (31.64% from 255) = 18.56%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=53.83%
G=18.56%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328011900.660.490.09344.6176.7761.18
HexE850770423191594d3d
Octal3501201670102611153111575
Binary11101000101000011101110100001011000110011010110011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85077; }

 p { color: rgb(232,80,119); }

 H1.HeaderClassName
 {
   color: #E85077;
 }
 .AnyTagClassName
 {
   color: #E85077;
 }
</style>
background-color css

<style>
 a { background-color: #E85077; }

 a { background-color: rgb(232,80,119); }

 div.DivClassName
 {
   background-color: #E85077;
 }
 .BgClassName
 {
   background-color: #E85077;
 }
</style>
border-color css

<style>
 span { border-color: #E85077; }

 span { border-color: rgb(232,80,119); }

 td.TdClassName
 {
   border-color: #E85077;
 }
 .TagClassName
 {
   border-color: #E85077;
 }
</style>