Html Css Color HEX #EA9081 Dark Salmon

📋 copy color: '#EA9081'

red 234 ◦ green 144 ◦ blue 129

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

Shades of Dark Salmon #EA9081

Tints of Dark Salmon #EA9081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.4%

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

R = 46.15%
G = 28.4%
B = 25.44%

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

#EA9081 (or 0xEA9081) is known color: Dark Salmon. HEX triplet: EA, 90 and 81. RGB value is (234,144,129). Sum of RGB (Red+Green+Blue) = 234+144+129=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9081 is #156F7E. Grayscale: #A9A9A9. Windows color (decimal): -1404799 or 8491242. OLE color: 8491242.

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

Color convert

RGB 234 144 129 -
CMYK 0 0.38 0.45 0.08
HSL 8.57º 0.71% 0.71% -
HSV(B) 8.57º 0.45% 0.92% -
XYZ 47.87 39.02 25.78 -
YUV 169.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 234 144 129 0 0.38 0.45 0.08 8.57 0.71 0.71
Hex EA 90 81 0 26 2D 8 9 47 47
Octal 352 220 201 0 46 55 10 11 107 107
Binary 11101010 10010000 10000001 0 100110 101101 1000 1001 1000111 1000111

Color Harmonies of #EA9081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9081

Black with #EA9081

Text Example


Text Example

White with #EA9081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9081; }

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

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

background-color css

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

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

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

border-color css

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

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

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