Html Css Color HEX #E28D75 Dark Salmon

📋 copy color: '#E28D75'

red 226 ◦ green 141 ◦ blue 117

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

Shades of Dark Salmon #E28D75

Tints of Dark Salmon #E28D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

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

R = 46.69%
G = 29.13%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E28D75 (or 0xE28D75) is known color: Dark Salmon. HEX triplet: E2, 8D and 75. RGB value is (226,141,117). Sum of RGB (Red+Green+Blue) = 226+141+117=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D75 is #1D728A. Grayscale: #A3A3A3. Windows color (decimal): -1929867 or 7704034. OLE color: 7704034.

HSL color Cylindrical-coordinate representation of color #E28D75: hue angle of 13.21º 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 #E28D75 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 141 117 -
CMYK 0 0.38 0.48 0.11
HSL 13.21º 0.65% 0.67% -
HSV(B) 13.21º 0.48% 0.89% -
XYZ 44.1 36.5 21.55 -
YUV 163.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 226 141 117 0 0.38 0.48 0.11 13.21 0.65 0.67
Hex E2 8D 75 0 26 30 B D 41 43
Octal 342 215 165 0 46 60 13 15 101 103
Binary 11100010 10001101 1110101 0 100110 110000 1011 1101 1000001 1000011

Color Harmonies of #E28D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28D75

Black with #E28D75

Text Example


Text Example

White with #E28D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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