Html Css Color HEX #E29178 Dark Salmon

📋 copy color: '#E29178'

red 226 ◦ green 145 ◦ blue 120

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

Shades of Dark Salmon #E29178

Tints of Dark Salmon #E29178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 46.03%
G = 29.53%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E29178 (or 0xE29178) is known color: Dark Salmon. HEX triplet: E2, 91 and 78. RGB value is (226,145,120). Sum of RGB (Red+Green+Blue) = 226+145+120=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E29178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29178 is #1D6E87. Grayscale: #A6A6A6. Windows color (decimal): -1928840 or 7901666. OLE color: 7901666.

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

Color convert

RGB 226 145 120 -
CMYK 0 0.36 0.47 0.11
HSL 14.15º 0.65% 0.68% -
HSV(B) 14.15º 0.47% 0.89% -
XYZ 44.88 37.78 22.7 -
YUV 166.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 226 145 120 0 0.36 0.47 0.11 14.15 0.65 0.68
Hex E2 91 78 0 24 2F B E 41 44
Octal 342 221 170 0 44 57 13 16 101 104
Binary 11100010 10010001 1111000 0 100100 101111 1011 1110 1000001 1000100

Color Harmonies of #E29178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29178

Black with #E29178

Text Example


Text Example

White with #E29178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29178; }

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

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

background-color css

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

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

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

border-color css

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

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

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