Html Css Color HEX #EA5678 Dark Pink

📋 copy color: '#EA5678'

red 234 ◦ green 86 ◦ blue 120

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

Shades of Dark Pink #EA5678

Tints of Dark Pink #EA5678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.55%

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

R = 53.18%
G = 19.55%
B = 27.27%

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

#EA5678 (or 0xEA5678) is known color: Dark Pink. HEX triplet: EA, 56 and 78. RGB value is (234,86,120). Sum of RGB (Red+Green+Blue) = 234+86+120=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5678 is #15A987. Grayscale: #868686. Windows color (decimal): -1419656 or 7886570. OLE color: 7886570.

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

Color convert

RGB 234 86 120 -
CMYK 0 0.63 0.49 0.08
HSL 346.22º 0.78% 0.63% -
HSV(B) 346.22º 0.63% 0.92% -
XYZ 40.65 25.5 20.55 -
YUV 134.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 234 86 120 0 0.63 0.49 0.08 346.22 0.78 0.63
Hex EA 56 78 0 3F 31 8 15A 4E 3F
Octal 352 126 170 0 77 61 10 532 116 77
Binary 11101010 1010110 1111000 0 111111 110001 1000 101011010 1001110 111111

Color Harmonies of #EA5678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5678

Black with #EA5678

Text Example


Text Example

White with #EA5678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5678; }

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

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

background-color css

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

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

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

border-color css

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

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

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