Html Css Color HEX #E29180 Dark Salmon

📋 copy color: '#E29180'

red 226 ◦ green 145 ◦ blue 128

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

Shades of Dark Salmon #E29180

Tints of Dark Salmon #E29180

RGB

 RED value IS 226 (88.67% from 255) = 45.29%

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

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

R = 45.29%
G = 29.06%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E29180 (or 0xE29180) is known color: Dark Salmon. HEX triplet: E2, 91 and 80. RGB value is (226,145,128). Sum of RGB (Red+Green+Blue) = 226+145+128=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E29180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29180 is #1D6E7F. Grayscale: #A7A7A7. Windows color (decimal): -1928832 or 8425954. OLE color: 8425954.

HSL color Cylindrical-coordinate representation of color #E29180: hue angle of 10.41º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E29180 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 128 -
CMYK 0 0.36 0.43 0.11
HSL 10.41º 0.63% 0.69% -
HSV(B) 10.41º 0.43% 0.89% -
XYZ 45.39 37.98 25.36 -
YUV 167.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 226 145 128 0 0.36 0.43 0.11 10.41 0.63 0.69
Hex E2 91 80 0 24 2B B A 3F 45
Octal 342 221 200 0 44 53 13 12 77 105
Binary 11100010 10010001 10000000 0 100100 101011 1011 1010 111111 1000101

Color Harmonies of #E29180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29180

Black with #E29180

Text Example


Text Example

White with #E29180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29180; }

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

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

background-color css

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

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

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

border-color css

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

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

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