Html Css Color HEX #EA5778 Dark Pink

📋 copy color: '#EA5778'

red 234 ◦ green 87 ◦ blue 120

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

Shades of Dark Pink #EA5778

Tints of Dark Pink #EA5778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 53.06%
G = 19.73%
B = 27.21%

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

#EA5778 (or 0xEA5778) is known color: Dark Pink. HEX triplet: EA, 57 and 78. RGB value is (234,87,120). Sum of RGB (Red+Green+Blue) = 234+87+120=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5778 is #15A887. Grayscale: #868686. Windows color (decimal): -1419400 or 7886826. OLE color: 7886826.

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

Color convert

RGB 234 87 120 -
CMYK 0 0.63 0.49 0.08
HSL 346.53º 0.78% 0.63% -
HSV(B) 346.53º 0.63% 0.92% -
XYZ 40.73 25.66 20.58 -
YUV 134.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 234 87 120 0 0.63 0.49 0.08 346.53 0.78 0.63
Hex EA 57 78 0 3F 31 8 15B 4E 3F
Octal 352 127 170 0 77 61 10 533 116 77
Binary 11101010 1010111 1111000 0 111111 110001 1000 101011011 1001110 111111

Color Harmonies of #EA5778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5778

Black with #EA5778

Text Example


Text Example

White with #EA5778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5778; }

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

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

background-color css

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

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

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

border-color css

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

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

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