Html Css Color HEX #E19380 Dark Salmon

📋 copy color: '#E19380'

red 225 ◦ green 147 ◦ blue 128

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

Shades of Dark Salmon #E19380

Tints of Dark Salmon #E19380

RGB

 RED value IS 225 (88.28% from 255) = 45%

 GREEN value IS 147 (57.81% from 255) = 29.4%

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

R = 45%
G = 29.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E19380 (or 0xE19380) is known color: Dark Salmon. HEX triplet: E1, 93 and 80. RGB value is (225,147,128). Sum of RGB (Red+Green+Blue) = 225+147+128=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E19380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19380 is #1E6C7F. Grayscale: #A8A8A8. Windows color (decimal): -1993856 or 8426465. OLE color: 8426465.

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

Color convert

RGB 225 147 128 -
CMYK 0 0.35 0.43 0.12
HSL 11.75º 0.62% 0.69% -
HSV(B) 11.75º 0.43% 0.88% -
XYZ 45.38 38.43 25.45 -
YUV 168.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 225 147 128 0 0.35 0.43 0.12 11.75 0.62 0.69
Hex E1 93 80 0 23 2B C C 3E 45
Octal 341 223 200 0 43 53 14 14 76 105
Binary 11100001 10010011 10000000 0 100011 101011 1100 1100 111110 1000101

Color Harmonies of #E19380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19380

Black with #E19380

Text Example


Text Example

White with #E19380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19380; }

 p { color: rgb(225,147,128); }

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

background-color css

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

 a { background-color: rgb(225,147,128); }

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

border-color css

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

 span { border-color: rgb(225,147,128); }

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