#EA5C85

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

Shades of Dark Pink #EA5C85

Tints of Dark Pink #EA5C85

Color information

#EA5C85 (or 0xEA5C85) is unknown color: approx Dark Pink. HEX triplet: EA, 5C and 85. RGB value is (234,92,133). Sum of RGB (Red+Green+Blue) = 234+92+133=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5C85 is #15A37A. Grayscale: #8B8B8B. Windows color (decimal): -1418107 or 8740074. OLE color: 8740074.

HSL color Cylindrical-coordinate representation of color #EA5C85: hue angle of 342.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C85 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB23492133-
CMYK00.610.430.08
HSL342.68º77.17%63.92%-
HSV(B)342.68º60.68%91.76%-
XYZ41.9926.8425.16-
YUV139.13124.54195.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=50.98%
G=20.04%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349213300.610.430.08342.6877.1763.92
HexEA5C8503D2B81574d40
Octal3521342050755310527115100
Binary111010101011100100001010111101101011100010101011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5C85; }

 p { color: rgb(234,92,133); }

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

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

 a { background-color: rgb(234,92,133); }

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

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

 span { border-color: rgb(234,92,133); }

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