Html Css Color HEX #E28E72 Dark Salmon

📋 copy color: '#E28E72'

red 226 ◦ green 142 ◦ blue 114

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

Shades of Dark Salmon #E28E72

Tints of Dark Salmon #E28E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 46.89%
G = 29.46%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E28E72 (or 0xE28E72) is known color: Dark Salmon. HEX triplet: E2, 8E and 72. RGB value is (226,142,114). Sum of RGB (Red+Green+Blue) = 226+142+114=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E72 is #1D718D. Grayscale: #A4A4A4. Windows color (decimal): -1929614 or 7507682. OLE color: 7507682.

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

Color convert

RGB 226 142 114 -
CMYK 0 0.37 0.50 0.11
HSL 15º 0.66% 0.67% -
HSV(B) 15º 0.5% 0.89% -
XYZ 44.07 36.73 20.69 -
YUV 163.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 226 142 114 0 0.37 0.50 0.11 15 0.66 0.67
Hex E2 8E 72 0 25 32 B F 42 43
Octal 342 216 162 0 45 62 13 17 102 103
Binary 11100010 10001110 1110010 0 100101 110010 1011 1111 1000010 1000011

Color Harmonies of #E28E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28E72

Black with #E28E72

Text Example


Text Example

White with #E28E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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