#EA5A7D

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

Shades of Dark Pink #EA5A7D

Tints of Dark Pink #EA5A7D

Color information

#EA5A7D (or 0xEA5A7D) is unknown color: approx Dark Pink. HEX triplet: EA, 5A and 7D. RGB value is (234,90,125). Sum of RGB (Red+Green+Blue) = 234+90+125=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A7D is #15A582. Grayscale: #898989. Windows color (decimal): -1418627 or 8215274. OLE color: 8215274.

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

Color convert

RGB23490125-
CMYK00.620.470.08
HSL345.42º77.42%63.53%-
HSV(B)345.42º61.54%91.76%-
XYZ41.2926.2922.3-
YUV137.05121.21197.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=52.12%
G=20.04%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349012500.620.470.08345.4277.4263.53
HexEA5A7D03E2F81594d40
Octal3521321750765710531115100
Binary11101010101101011111010111110101111100010101100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5A7D; }

 p { color: rgb(234,90,125); }

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

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

 a { background-color: rgb(234,90,125); }

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

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

 span { border-color: rgb(234,90,125); }

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