Html Css Color HEX #EA5777 Dark Pink

📋 copy color: '#EA5777'

red 234 ◦ green 87 ◦ blue 119

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

Shades of Dark Pink #EA5777

Tints of Dark Pink #EA5777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 53.18%
G = 19.77%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA5777 (or 0xEA5777) is known color: Dark Pink. HEX triplet: EA, 57 and 77. RGB value is (234,87,119). Sum of RGB (Red+Green+Blue) = 234+87+119=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5777 is #15A888. Grayscale: #868686. Windows color (decimal): -1419401 or 7821290. OLE color: 7821290.

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

Color convert

RGB 234 87 119 -
CMYK 0 0.63 0.49 0.08
HSL 346.94º 0.78% 0.63% -
HSV(B) 346.94º 0.63% 0.92% -
XYZ 40.67 25.64 20.26 -
YUV 134.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 234 87 119 0 0.63 0.49 0.08 346.94 0.78 0.63
Hex EA 57 77 0 3F 31 8 15B 4E 3F
Octal 352 127 167 0 77 61 10 533 116 77
Binary 11101010 1010111 1110111 0 111111 110001 1000 101011011 1001110 111111

Color Harmonies of #EA5777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5777

Black with #EA5777

Text Example


Text Example

White with #EA5777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5777; }

 p { color: rgb(234,87,119); }

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

background-color css

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

 a { background-color: rgb(234,87,119); }

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

border-color css

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

 span { border-color: rgb(234,87,119); }

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