Html Css Color HEX #E38F7A Dark Salmon

📋 copy color: '#E38F7A'

red 227 ◦ green 143 ◦ blue 122

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

Shades of Dark Salmon #E38F7A

Tints of Dark Salmon #E38F7A

RGB

 RED value IS 227 (89.06% from 255) = 46.14%

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

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

R = 46.14%
G = 29.07%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E38F7A (or 0xE38F7A) is known color: Dark Salmon. HEX triplet: E3, 8F and 7A. RGB value is (227,143,122). Sum of RGB (Red+Green+Blue) = 227+143+122=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F7A is #1C7085. Grayscale: #A5A5A5. Windows color (decimal): -1863814 or 8032227. OLE color: 8032227.

HSL color Cylindrical-coordinate representation of color #E38F7A: hue angle of 12º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E38F7A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 143 122 -
CMYK 0 0.37 0.46 0.11
HSL 12º 0.65% 0.68% -
HSV(B) 12º 0.46% 0.89% -
XYZ 45.01 37.38 23.26 -
YUV 165.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 227 143 122 0 0.37 0.46 0.11 12 0.65 0.68
Hex E3 8F 7A 0 25 2E B C 41 44
Octal 343 217 172 0 45 56 13 14 101 104
Binary 11100011 10001111 1111010 0 100101 101110 1011 1100 1000001 1000100

Color Harmonies of #E38F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38F7A

Black with #E38F7A

Text Example


Text Example

White with #E38F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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