#EA5B8C

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

Shades of Dark Pink #EA5B8C

Tints of Dark Pink #EA5B8C

Color information

#EA5B8C (or 0xEA5B8C) is unknown color: approx Dark Pink. HEX triplet: EA, 5B and 8C. RGB value is (234,91,140). Sum of RGB (Red+Green+Blue) = 234+91+140=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5B8C is #15A473. Grayscale: #8B8B8B. Windows color (decimal): -1418356 or 9198570. OLE color: 9198570.

HSL color Cylindrical-coordinate representation of color #EA5B8C: hue angle of 339.44º 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 #EA5B8C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB23491140-
CMYK00.610.400.08
HSL339.44º77.3%63.73%-
HSV(B)339.44º61.11%91.76%-
XYZ42.4126.8727.76-
YUV139.34128.38195.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 91 (35.94% from 255) = 19.57%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=50.32%
G=19.57%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349114000.610.400.08339.4477.363.73
HexEA5B8C03D2881534d40
Octal3521332140755010523115100
Binary111010101011011100011000111101101000100010101001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5B8C; }

 p { color: rgb(234,91,140); }

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

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

 a { background-color: rgb(234,91,140); }

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

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

 span { border-color: rgb(234,91,140); }

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