Html Css Color HEX #E29881 Dark Salmon

📋 copy color: '#E29881'

red 226 ◦ green 152 ◦ blue 129

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

Shades of Dark Salmon #E29881

Tints of Dark Salmon #E29881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.98%

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

R = 44.58%
G = 29.98%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E29881 (or 0xE29881) is known color: Dark Salmon. HEX triplet: E2, 98 and 81. RGB value is (226,152,129). Sum of RGB (Red+Green+Blue) = 226+152+129=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29881 is #1D677E. Grayscale: #ABABAB. Windows color (decimal): -1927039 or 8493282. OLE color: 8493282.

HSL color Cylindrical-coordinate representation of color #E29881: hue angle of 14.23º degrees, saturation: 0.63, 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 #E29881 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 152 129 -
CMYK 0 0.33 0.43 0.11
HSL 14.23º 0.63% 0.7% -
HSV(B) 14.23º 0.43% 0.89% -
XYZ 46.55 40.21 26.08 -
YUV 171.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 226 152 129 0 0.33 0.43 0.11 14.23 0.63 0.7
Hex E2 98 81 0 21 2B B E 3F 46
Octal 342 230 201 0 41 53 13 16 77 106
Binary 11100010 10011000 10000001 0 100001 101011 1011 1110 111111 1000110

Color Harmonies of #E29881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29881

Black with #E29881

Text Example


Text Example

White with #E29881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29881; }

 p { color: rgb(226,152,129); }

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

background-color css

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

 a { background-color: rgb(226,152,129); }

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

border-color css

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

 span { border-color: rgb(226,152,129); }

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