Html Css Color HEX #EC8E80 Dark Salmon

📋 copy color: '#EC8E80'

red 236 ◦ green 142 ◦ blue 128

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

Shades of Dark Salmon #EC8E80

Tints of Dark Salmon #EC8E80

RGB

 RED value IS 236 (92.58% from 255) = 46.64%

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

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 46.64%
G = 28.06%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC8E80 (or 0xEC8E80) is known color: Dark Salmon. HEX triplet: EC, 8E and 80. RGB value is (236,142,128). Sum of RGB (Red+Green+Blue) = 236+142+128=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E80 is #13717F. Grayscale: #A8A8A8. Windows color (decimal): -1274240 or 8425196. OLE color: 8425196.

HSL color Cylindrical-coordinate representation of color #EC8E80: hue angle of 7.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8E80 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 128 -
CMYK 0 0.40 0.46 0.07
HSL 7.78º 0.74% 0.71% -
HSV(B) 7.78º 0.46% 0.93% -
XYZ 48.16 38.74 25.36 -
YUV 168.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 236 142 128 0 0.40 0.46 0.07 7.78 0.74 0.71
Hex EC 8E 80 0 28 2E 7 8 4A 47
Octal 354 216 200 0 50 56 7 10 112 107
Binary 11101100 10001110 10000000 0 101000 101110 111 1000 1001010 1000111

Color Harmonies of #EC8E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E80

Black with #EC8E80

Text Example


Text Example

White with #EC8E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E80; }

 p { color: rgb(236,142,128); }

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

background-color css

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

 a { background-color: rgb(236,142,128); }

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

border-color css

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

 span { border-color: rgb(236,142,128); }

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