Html Css Color HEX #EA9581 Dark Salmon

📋 copy color: '#EA9581'

red 234 ◦ green 149 ◦ blue 129

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

Shades of Dark Salmon #EA9581

Tints of Dark Salmon #EA9581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

 BLUE value IS 129 (50.78% from 255) = 25.2%

R = 45.7%
G = 29.1%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA9581 (or 0xEA9581) is known color: Dark Salmon. HEX triplet: EA, 95 and 81. RGB value is (234,149,129). Sum of RGB (Red+Green+Blue) = 234+149+129=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9581 is #156A7E. Grayscale: #ACACAC. Windows color (decimal): -1403519 or 8492522. OLE color: 8492522.

HSL color Cylindrical-coordinate representation of color #EA9581: hue angle of 11.43º degrees, saturation: 0.71, 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 #EA9581 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 149 129 -
CMYK 0 0.36 0.45 0.08
HSL 11.43º 0.71% 0.71% -
HSV(B) 11.43º 0.45% 0.92% -
XYZ 48.64 40.57 26.04 -
YUV 172.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 234 149 129 0 0.36 0.45 0.08 11.43 0.71 0.71
Hex EA 95 81 0 24 2D 8 B 47 47
Octal 352 225 201 0 44 55 10 13 107 107
Binary 11101010 10010101 10000001 0 100100 101101 1000 1011 1000111 1000111

Color Harmonies of #EA9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9581

Black with #EA9581

Text Example


Text Example

White with #EA9581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9581; }

 p { color: rgb(234,149,129); }

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

background-color css

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

 a { background-color: rgb(234,149,129); }

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

border-color css

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

 span { border-color: rgb(234,149,129); }

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