Html Css Color HEX #E28F76 Dark Salmon

📋 copy color: '#E28F76'

red 226 ◦ green 143 ◦ blue 118

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

Shades of Dark Salmon #E28F76

Tints of Dark Salmon #E28F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.36%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 46.41%
G = 29.36%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E28F76 (or 0xE28F76) is known color: Dark Salmon. HEX triplet: E2, 8F and 76. RGB value is (226,143,118). Sum of RGB (Red+Green+Blue) = 226+143+118=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F76 is #1D7089. Grayscale: #A5A5A5. Windows color (decimal): -1929354 or 7770082. OLE color: 7770082.

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

Color convert

RGB 226 143 118 -
CMYK 0 0.37 0.48 0.11
HSL 13.89º 0.65% 0.67% -
HSV(B) 13.89º 0.48% 0.89% -
XYZ 44.46 37.12 21.96 -
YUV 164.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 226 143 118 0 0.37 0.48 0.11 13.89 0.65 0.67
Hex E2 8F 76 0 25 30 B E 41 43
Octal 342 217 166 0 45 60 13 16 101 103
Binary 11100010 10001111 1110110 0 100101 110000 1011 1110 1000001 1000011

Color Harmonies of #E28F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28F76

Black with #E28F76

Text Example


Text Example

White with #E28F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28F76; }

 p { color: rgb(226,143,118); }

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

background-color css

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

 a { background-color: rgb(226,143,118); }

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

border-color css

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

 span { border-color: rgb(226,143,118); }

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