#EA5D7F

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

Shades of Dark Pink #EA5D7F

Tints of Dark Pink #EA5D7F

Color information

#EA5D7F (or 0xEA5D7F) is unknown color: approx Dark Pink. HEX triplet: EA, 5D and 7F. RGB value is (234,93,127). Sum of RGB (Red+Green+Blue) = 234+93+127=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D7F is #15A280. Grayscale: #8B8B8B. Windows color (decimal): -1417857 or 8347114. OLE color: 8347114.

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

Color convert

RGB23493127-
CMYK00.600.460.08
HSL345.53º77.05%64.12%-
HSV(B)345.53º60.26%91.76%-
XYZ41.6826.8523.07-
YUV139.04121.21195.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 127 (50% from 255) = 27.97%
R=51.54%
G=20.48%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349312700.600.460.08345.5377.0564.12
HexEA5D7F03C2E815a4d40
Octal3521351770745610532115100
Binary11101010101110111111110111100101110100010101101010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5D7F; }

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

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

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

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

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

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

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

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