Html Css Color HEX #E49181 Dark Salmon

📋 copy color: '#E49181'

red 228 ◦ green 145 ◦ blue 129

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

Shades of Dark Salmon #E49181

Tints of Dark Salmon #E49181

RGB

 RED value IS 228 (89.45% from 255) = 45.42%

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

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

R = 45.42%
G = 28.88%
B = 25.7%

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

#E49181 (or 0xE49181) is known color: Dark Salmon. HEX triplet: E4, 91 and 81. RGB value is (228,145,129). Sum of RGB (Red+Green+Blue) = 228+145+129=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E49181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49181 is #1B6E7E. Grayscale: #A8A8A8. Windows color (decimal): -1797759 or 8491492. OLE color: 8491492.

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

Color convert

RGB 228 145 129 -
CMYK 0 0.36 0.43 0.11
HSL 9.7º 0.65% 0.7% -
HSV(B) 9.7º 0.43% 0.89% -
XYZ 46.08 38.33 25.74 -
YUV 167.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 228 145 129 0 0.36 0.43 0.11 9.7 0.65 0.7
Hex E4 91 81 0 24 2B B A 41 46
Octal 344 221 201 0 44 53 13 12 101 106
Binary 11100100 10010001 10000001 0 100100 101011 1011 1010 1000001 1000110

Color Harmonies of #E49181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49181

Black with #E49181

Text Example


Text Example

White with #E49181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49181; }

 p { color: rgb(228,145,129); }

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

background-color css

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

 a { background-color: rgb(228,145,129); }

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

border-color css

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

 span { border-color: rgb(228,145,129); }

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