Html Css Color HEX #E48E7E Dark Salmon

📋 copy color: '#E48E7E'

red 228 ◦ green 142 ◦ blue 126

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

Shades of Dark Salmon #E48E7E

Tints of Dark Salmon #E48E7E

RGB

 RED value IS 228 (89.45% from 255) = 45.97%

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

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 45.97%
G = 28.63%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E48E7E (or 0xE48E7E) is known color: Dark Salmon. HEX triplet: E4, 8E and 7E. RGB value is (228,142,126). Sum of RGB (Red+Green+Blue) = 228+142+126=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48E7E is #1B7181. Grayscale: #A6A6A6. Windows color (decimal): -1798530 or 8294116. OLE color: 8294116.

HSL color Cylindrical-coordinate representation of color #E48E7E: hue angle of 9.41º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E48E7E is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 126 -
CMYK 0 0.38 0.45 0.11
HSL 9.41º 0.65% 0.69% -
HSV(B) 9.41º 0.45% 0.89% -
XYZ 45.43 37.35 24.55 -
YUV 165.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 228 142 126 0 0.38 0.45 0.11 9.41 0.65 0.69
Hex E4 8E 7E 0 26 2D B 9 41 45
Octal 344 216 176 0 46 55 13 11 101 105
Binary 11100100 10001110 1111110 0 100110 101101 1011 1001 1000001 1000101

Color Harmonies of #E48E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E7E

Black with #E48E7E

Text Example


Text Example

White with #E48E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E7E; }

 p { color: rgb(228,142,126); }

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

background-color css

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

 a { background-color: rgb(228,142,126); }

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

border-color css

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

 span { border-color: rgb(228,142,126); }

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