Html Css Color HEX #E29375 Dark Salmon

📋 copy color: '#E29375'

red 226 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #E29375

Tints of Dark Salmon #E29375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30%

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 46.12%
G = 30%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E29375 (or 0xE29375) is known color: Dark Salmon. HEX triplet: E2, 93 and 75. RGB value is (226,147,117). Sum of RGB (Red+Green+Blue) = 226+147+117=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E29375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29375 is #1D6C8A. Grayscale: #A7A7A7. Windows color (decimal): -1928331 or 7705570. OLE color: 7705570.

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

Color convert

RGB 226 147 117 -
CMYK 0 0.35 0.48 0.11
HSL 16.51º 0.65% 0.67% -
HSV(B) 16.51º 0.48% 0.89% -
XYZ 45.01 38.32 21.85 -
YUV 167.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 226 147 117 0 0.35 0.48 0.11 16.51 0.65 0.67
Hex E2 93 75 0 23 30 B 11 41 43
Octal 342 223 165 0 43 60 13 21 101 103
Binary 11100010 10010011 1110101 0 100011 110000 1011 10001 1000001 1000011

Color Harmonies of #E29375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29375

Black with #E29375

Text Example


Text Example

White with #E29375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29375; }

 p { color: rgb(226,147,117); }

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

background-color css

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

 a { background-color: rgb(226,147,117); }

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

border-color css

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

 span { border-color: rgb(226,147,117); }

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