#EA5D7B

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

Shades of Dark Pink #EA5D7B

Tints of Dark Pink #EA5D7B

Color information

#EA5D7B (or 0xEA5D7B) is unknown color: approx Dark Pink. HEX triplet: EA, 5D and 7B. RGB value is (234,93,123). Sum of RGB (Red+Green+Blue) = 234+93+123=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D7B is #15A284. Grayscale: #8A8A8A. Windows color (decimal): -1417861 or 8084970. OLE color: 8084970.

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

Color convert

RGB23493123-
CMYK00.600.470.08
HSL347.23º77.05%64.12%-
HSV(B)347.23º60.26%91.76%-
XYZ41.4226.7521.72-
YUV138.58119.21196.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 93 (36.72% from 255) = 20.67%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=52%
G=20.67%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349312300.600.470.08347.2377.0564.12
HexEA5D7B03C2F815b4d40
Octal3521351730745710533115100
Binary11101010101110111110110111100101111100010101101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5D7B; }

 p { color: rgb(234,93,123); }

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

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

 a { background-color: rgb(234,93,123); }

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

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

 span { border-color: rgb(234,93,123); }

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