#E85C78

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

Shades of Dark Pink #E85C78

Tints of Dark Pink #E85C78

Color information

#E85C78 (or 0xE85C78) is unknown color: approx Dark Pink. HEX triplet: E8, 5C and 78. RGB value is (232,92,120). Sum of RGB (Red+Green+Blue) = 232+92+120=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C78 is #17A387. Grayscale: #898989. Windows color (decimal): -1549192 or 7888104. OLE color: 7888104.

HSL color Cylindrical-coordinate representation of color #E85C78: hue angle of 348º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85C78 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB23292120-
CMYK00.600.480.09
HSL348º75.27%63.53%-
HSV(B)348º60.34%90.98%-
XYZ40.526.1720.69-
YUV137.05118.38195.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.25%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=52.25%
G=20.72%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329212000.600.480.0934875.2763.53
HexE85C7803C30915c4b40
Octal3501341700746011534113100
Binary11101000101110011110000111100110000100110101110010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85C78; }

 p { color: rgb(232,92,120); }

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

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

 a { background-color: rgb(232,92,120); }

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

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

 span { border-color: rgb(232,92,120); }

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