Html Css Color HEX #EA8F80 Dark Salmon

📋 copy color: '#EA8F80'

red 234 ◦ green 143 ◦ blue 128

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

Shades of Dark Salmon #EA8F80

Tints of Dark Salmon #EA8F80

RGB

 RED value IS 234 (91.8% from 255) = 46.34%

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

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

R = 46.34%
G = 28.32%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA8F80 (or 0xEA8F80) is known color: Dark Salmon. HEX triplet: EA, 8F and 80. RGB value is (234,143,128). Sum of RGB (Red+Green+Blue) = 234+143+128=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F80 is #15707F. Grayscale: #A8A8A8. Windows color (decimal): -1405056 or 8425450. OLE color: 8425450.

HSL color Cylindrical-coordinate representation of color #EA8F80: hue angle of 8.49º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8F80 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 128 -
CMYK 0 0.39 0.45 0.08
HSL 8.49º 0.72% 0.71% -
HSV(B) 8.49º 0.45% 0.92% -
XYZ 47.65 38.7 25.38 -
YUV 168.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 234 143 128 0 0.39 0.45 0.08 8.49 0.72 0.71
Hex EA 8F 80 0 27 2D 8 8 48 47
Octal 352 217 200 0 47 55 10 10 110 107
Binary 11101010 10001111 10000000 0 100111 101101 1000 1000 1001000 1000111

Color Harmonies of #EA8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F80

Black with #EA8F80

Text Example


Text Example

White with #EA8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F80; }

 p { color: rgb(234,143,128); }

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

background-color css

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

 a { background-color: rgb(234,143,128); }

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

border-color css

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

 span { border-color: rgb(234,143,128); }

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