Html Css Color HEX #E58F7A Dark Salmon

📋 copy color: '#E58F7A'

red 229 ◦ green 143 ◦ blue 122

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

Shades of Dark Salmon #E58F7A

Tints of Dark Salmon #E58F7A

RGB

 RED value IS 229 (89.84% from 255) = 46.36%

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

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 46.36%
G = 28.95%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E58F7A (or 0xE58F7A) is known color: Dark Salmon. HEX triplet: E5, 8F and 7A. RGB value is (229,143,122). Sum of RGB (Red+Green+Blue) = 229+143+122=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58F7A is #1A7085. Grayscale: #A6A6A6. Windows color (decimal): -1732742 or 8032229. OLE color: 8032229.

HSL color Cylindrical-coordinate representation of color #E58F7A: hue angle of 11.78º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E58F7A is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 143 122 -
CMYK 0 0.38 0.47 0.10
HSL 11.78º 0.67% 0.69% -
HSV(B) 11.78º 0.47% 0.9% -
XYZ 45.65 37.71 23.28 -
YUV 166.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 229 143 122 0 0.38 0.47 0.10 11.78 0.67 0.69
Hex E5 8F 7A 0 26 2F A C 43 45
Octal 345 217 172 0 46 57 12 14 103 105
Binary 11100101 10001111 1111010 0 100110 101111 1010 1100 1000011 1000101

Color Harmonies of #E58F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58F7A

Black with #E58F7A

Text Example


Text Example

White with #E58F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58F7A; }

 p { color: rgb(229,143,122); }

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

background-color css

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

 a { background-color: rgb(229,143,122); }

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

border-color css

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

 span { border-color: rgb(229,143,122); }

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