#EA5985

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

Shades of Dark Pink #EA5985

Tints of Dark Pink #EA5985

Color information

#EA5985 (or 0xEA5985) is unknown color: approx Dark Pink. HEX triplet: EA, 59 and 85. RGB value is (234,89,133). Sum of RGB (Red+Green+Blue) = 234+89+133=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5985 is #15A67A. Grayscale: #898989. Windows color (decimal): -1418875 or 8739306. OLE color: 8739306.

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

Color convert

RGB23489133-
CMYK00.620.430.08
HSL341.79º77.54%63.33%-
HSV(B)341.79º61.97%91.76%-
XYZ41.7426.3325.07-
YUV137.37125.54196.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=51.32%
G=19.52%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348913300.620.430.08341.7977.5463.33
HexEA598503E2B81564e3f
Octal352131205076531052611677
Binary11101010101100110000101011111010101110001010101101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5985; }

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

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

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

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

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

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

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

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