Html Css Color HEX #EA9180 Dark Salmon

📋 copy color: '#EA9180'

red 234 ◦ green 145 ◦ blue 128

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

Shades of Dark Salmon #EA9180

Tints of Dark Salmon #EA9180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.6%

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

R = 46.15%
G = 28.6%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA9180 (or 0xEA9180) is known color: Dark Salmon. HEX triplet: EA, 91 and 80. RGB value is (234,145,128). Sum of RGB (Red+Green+Blue) = 234+145+128=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9180 is #156E7F. Grayscale: #A9A9A9. Windows color (decimal): -1404544 or 8425962. OLE color: 8425962.

HSL color Cylindrical-coordinate representation of color #EA9180: hue angle of 9.62º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA9180 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 145 128 -
CMYK 0 0.38 0.45 0.08
HSL 9.62º 0.72% 0.71% -
HSV(B) 9.62º 0.45% 0.92% -
XYZ 47.95 39.3 25.48 -
YUV 169.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 234 145 128 0 0.38 0.45 0.08 9.62 0.72 0.71
Hex EA 91 80 0 26 2D 8 A 48 47
Octal 352 221 200 0 46 55 10 12 110 107
Binary 11101010 10010001 10000000 0 100110 101101 1000 1010 1001000 1000111

Color Harmonies of #EA9180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9180

Black with #EA9180

Text Example


Text Example

White with #EA9180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9180; }

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

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

background-color css

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

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

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

border-color css

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

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

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