Html Css Color HEX #E48F7E Dark Salmon

📋 copy color: '#E48F7E'

red 228 ◦ green 143 ◦ blue 126

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

Shades of Dark Salmon #E48F7E

Tints of Dark Salmon #E48F7E

RGB

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

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

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

R = 45.88%
G = 28.77%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E48F7E (or 0xE48F7E) is known color: Dark Salmon. HEX triplet: E4, 8F and 7E. RGB value is (228,143,126). Sum of RGB (Red+Green+Blue) = 228+143+126=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48F7E is #1B7081. Grayscale: #A6A6A6. Windows color (decimal): -1798274 or 8294372. OLE color: 8294372.

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

Color convert

RGB 228 143 126 -
CMYK 0 0.37 0.45 0.11
HSL 10º 0.65% 0.69% -
HSV(B) 10º 0.45% 0.89% -
XYZ 45.58 37.65 24.6 -
YUV 166.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 228 143 126 0 0.37 0.45 0.11 10 0.65 0.69
Hex E4 8F 7E 0 25 2D B A 41 45
Octal 344 217 176 0 45 55 13 12 101 105
Binary 11100100 10001111 1111110 0 100101 101101 1011 1010 1000001 1000101

Color Harmonies of #E48F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48F7E

Black with #E48F7E

Text Example


Text Example

White with #E48F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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