Html Css Color HEX #E78B7C Dark Salmon

📋 copy color: '#E78B7C'

red 231 ◦ green 139 ◦ blue 124

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

Shades of Dark Salmon #E78B7C

Tints of Dark Salmon #E78B7C

RGB

 RED value IS 231 (90.63% from 255) = 46.76%

 GREEN value IS 139 (54.69% from 255) = 28.14%

 BLUE value IS 124 (48.83% from 255) = 25.1%

R = 46.76%
G = 28.14%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E78B7C (or 0xE78B7C) is known color: Dark Salmon. HEX triplet: E7, 8B and 7C. RGB value is (231,139,124). Sum of RGB (Red+Green+Blue) = 231+139+124=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B7C is #187483. Grayscale: #A4A4A4. Windows color (decimal): -1602692 or 8162279. OLE color: 8162279.

HSL color Cylindrical-coordinate representation of color #E78B7C: hue angle of 8.41º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E78B7C is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 139 124 -
CMYK 0 0.40 0.46 0.09
HSL 8.41º 0.69% 0.7% -
HSV(B) 8.41º 0.46% 0.91% -
XYZ 45.83 36.91 23.78 -
YUV 164.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 231 139 124 0 0.40 0.46 0.09 8.41 0.69 0.7
Hex E7 8B 7C 0 28 2E 9 8 45 46
Octal 347 213 174 0 50 56 11 10 105 106
Binary 11100111 10001011 1111100 0 101000 101110 1001 1000 1000101 1000110

Color Harmonies of #E78B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78B7C

Black with #E78B7C

Text Example


Text Example

White with #E78B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78B7C; }

 p { color: rgb(231,139,124); }

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

background-color css

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

 a { background-color: rgb(231,139,124); }

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

border-color css

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

 span { border-color: rgb(231,139,124); }

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