Html Css Color HEX #EA5979 Dark Pink

📋 copy color: '#EA5979'

red 234 ◦ green 89 ◦ blue 121

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

Shades of Dark Pink #EA5979

Tints of Dark Pink #EA5979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 52.7%
G = 20.05%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA5979 (or 0xEA5979) is known color: Dark Pink. HEX triplet: EA, 59 and 79. RGB value is (234,89,121). Sum of RGB (Red+Green+Blue) = 234+89+121=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5979 is #15A686. Grayscale: #888888. Windows color (decimal): -1418887 or 7952874. OLE color: 7952874.

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

Color convert

RGB 234 89 121 -
CMYK 0 0.62 0.48 0.08
HSL 346.76º 0.78% 0.63% -
HSV(B) 346.76º 0.62% 0.92% -
XYZ 40.96 26.02 20.95 -
YUV 136 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 234 89 121 0 0.62 0.48 0.08 346.76 0.78 0.63
Hex EA 59 79 0 3E 30 8 15B 4E 3F
Octal 352 131 171 0 76 60 10 533 116 77
Binary 11101010 1011001 1111001 0 111110 110000 1000 101011011 1001110 111111

Color Harmonies of #EA5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5979

Black with #EA5979

Text Example


Text Example

White with #EA5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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