Html Css Color HEX #EA5E80 Dark Pink

📋 copy color: '#EA5E80'

red 234 ◦ green 94 ◦ blue 128

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

Shades of Dark Pink #EA5E80

Tints of Dark Pink #EA5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.61%

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

R = 51.32%
G = 20.61%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA5E80 (or 0xEA5E80) is known color: Dark Pink. HEX triplet: EA, 5E and 80. RGB value is (234,94,128). Sum of RGB (Red+Green+Blue) = 234+94+128=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E80 is #15A17F. Grayscale: #8B8B8B. Windows color (decimal): -1417600 or 8412906. OLE color: 8412906.

HSL color Cylindrical-coordinate representation of color #EA5E80: hue angle of 345.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5E80 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 128 -
CMYK 0 0.60 0.45 0.08
HSL 345.43º 0.77% 0.64% -
HSV(B) 345.43º 0.6% 0.92% -
XYZ 41.83 27.06 23.44 -
YUV 139.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 234 94 128 0 0.60 0.45 0.08 345.43 0.77 0.64
Hex EA 5E 80 0 3C 2D 8 159 4D 40
Octal 352 136 200 0 74 55 10 531 115 100
Binary 11101010 1011110 10000000 0 111100 101101 1000 101011001 1001101 1000000

Color Harmonies of #EA5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E80

Black with #EA5E80

Text Example


Text Example

White with #EA5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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