Html Css Color HEX #EA5980 Dark Pink

📋 copy color: '#EA5980'

red 234 ◦ green 89 ◦ blue 128

#EA5980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EA5980

Tints of Dark Pink #EA5980

RGB

 RED value IS 234 (91.8% from 255) = 51.88%

 GREEN value IS 89 (35.16% from 255) = 19.73%

 BLUE value IS 128 (50.39% from 255) = 28.38%

R = 51.88%
G = 19.73%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA5980 (or 0xEA5980) is known color: Dark Pink. HEX triplet: EA, 59 and 80. RGB value is (234,89,128). Sum of RGB (Red+Green+Blue) = 234+89+128=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5980 is #15A67F. Grayscale: #888888. Windows color (decimal): -1418880 or 8411626. OLE color: 8411626.

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

Color convert

RGB 234 89 128 -
CMYK 0 0.62 0.45 0.08
HSL 343.86º 0.78% 0.63% -
HSV(B) 343.86º 0.62% 0.92% -
XYZ 41.4 26.2 23.3 -
YUV 136.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 234 89 128 0 0.62 0.45 0.08 343.86 0.78 0.63
Hex EA 59 80 0 3E 2D 8 158 4E 3F
Octal 352 131 200 0 76 55 10 530 116 77
Binary 11101010 1011001 10000000 0 111110 101101 1000 101011000 1001110 111111

Color Harmonies of #EA5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5980

Black with #EA5980

Text Example


Text Example

White with #EA5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5980; }

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

 H1.HeaderClassName
 {
   color: #EA5980;
 }
 .AnyTagClassName
 {
   color: #EA5980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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