Html Css Color HEX #E28E71 Dark Salmon

📋 copy color: '#E28E71'

red 226 ◦ green 142 ◦ blue 113

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

Shades of Dark Salmon #E28E71

Tints of Dark Salmon #E28E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.52%

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 46.99%
G = 29.52%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E28E71 (or 0xE28E71) is known color: Dark Salmon. HEX triplet: E2, 8E and 71. RGB value is (226,142,113). Sum of RGB (Red+Green+Blue) = 226+142+113=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E71 is #1D718E. Grayscale: #A4A4A4. Windows color (decimal): -1929615 or 7442146. OLE color: 7442146.

HSL color Cylindrical-coordinate representation of color #E28E71: hue angle of 15.4º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E28E71 is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 142 113 -
CMYK 0 0.37 0.5 0.11
HSL 15.4º 0.66% 0.66% -
HSV(B) 15.4º 0.5% 0.89% -
XYZ 44.02 36.71 20.39 -
YUV 163.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 226 142 113 0 0.37 0.5 0.11 15.4 0.66 0.66
Hex E2 8E 71 0 25 32 B F 42 42
Octal 342 216 161 0 45 62 13 17 102 102
Binary 11100010 10001110 1110001 0 100101 110010 1011 1111 1000010 1000010

Color Harmonies of #E28E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28E71

Black with #E28E71

Text Example


Text Example

White with #E28E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28E71; }

 p { color: rgb(226,142,113); }

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

background-color css

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

 a { background-color: rgb(226,142,113); }

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

border-color css

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

 span { border-color: rgb(226,142,113); }

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