Html Css Color HEX #E69171 Dark Salmon

📋 copy color: '#E69171'

red 230 ◦ green 145 ◦ blue 113

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

Shades of Dark Salmon #E69171

Tints of Dark Salmon #E69171

RGB

 RED value IS 230 (90.23% from 255) = 47.13%

 GREEN value IS 145 (57.03% from 255) = 29.71%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 47.13%
G = 29.71%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E69171 (or 0xE69171) is known color: Dark Salmon. HEX triplet: E6, 91 and 71. RGB value is (230,145,113). Sum of RGB (Red+Green+Blue) = 230+145+113=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E69171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69171 is #196E8E. Grayscale: #A6A6A6. Windows color (decimal): -1666703 or 7442918. OLE color: 7442918.

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

Color convert

RGB 230 145 113 -
CMYK 0 0.37 0.51 0.10
HSL 16.41º 0.7% 0.67% -
HSV(B) 16.41º 0.51% 0.9% -
XYZ 45.74 38.27 20.6 -
YUV 166.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 230 145 113 0 0.37 0.51 0.10 16.41 0.7 0.67
Hex E6 91 71 0 25 33 A 10 46 43
Octal 346 221 161 0 45 63 12 20 106 103
Binary 11100110 10010001 1110001 0 100101 110011 1010 10000 1000110 1000011

Color Harmonies of #E69171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69171

Black with #E69171

Text Example


Text Example

White with #E69171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69171; }

 p { color: rgb(230,145,113); }

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

background-color css

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

 a { background-color: rgb(230,145,113); }

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

border-color css

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

 span { border-color: rgb(230,145,113); }

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