Html Css Color HEX #E08F7B Dark Salmon

📋 copy color: '#E08F7B'

red 224 ◦ green 143 ◦ blue 123

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

Shades of Dark Salmon #E08F7B

Tints of Dark Salmon #E08F7B

RGB

 RED value IS 224 (87.89% from 255) = 45.71%

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

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 45.71%
G = 29.18%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E08F7B (or 0xE08F7B) is known color: Dark Salmon. HEX triplet: E0, 8F and 7B. RGB value is (224,143,123). Sum of RGB (Red+Green+Blue) = 224+143+123=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F7B is #1F7084. Grayscale: #A5A5A5. Windows color (decimal): -2060421 or 8097760. OLE color: 8097760.

HSL color Cylindrical-coordinate representation of color #E08F7B: hue angle of 11.88º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E08F7B is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 123 -
CMYK 0 0.36 0.45 0.12
HSL 11.88º 0.62% 0.68% -
HSV(B) 11.88º 0.45% 0.88% -
XYZ 44.14 36.92 23.54 -
YUV 164.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 224 143 123 0 0.36 0.45 0.12 11.88 0.62 0.68
Hex E0 8F 7B 0 24 2D C C 3E 44
Octal 340 217 173 0 44 55 14 14 76 104
Binary 11100000 10001111 1111011 0 100100 101101 1100 1100 111110 1000100

Color Harmonies of #E08F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F7B

Black with #E08F7B

Text Example


Text Example

White with #E08F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F7B; }

 p { color: rgb(224,143,123); }

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

background-color css

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

 a { background-color: rgb(224,143,123); }

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

border-color css

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

 span { border-color: rgb(224,143,123); }

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