Html Css Color HEX #E19072 Dark Salmon

📋 copy color: '#E19072'

red 225 ◦ green 144 ◦ blue 114

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

Shades of Dark Salmon #E19072

Tints of Dark Salmon #E19072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 46.58%
G = 29.81%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E19072 (or 0xE19072) is known color: Dark Salmon. HEX triplet: E1, 90 and 72. RGB value is (225,144,114). Sum of RGB (Red+Green+Blue) = 225+144+114=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E19072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19072 is #1E6F8D. Grayscale: #A4A4A4. Windows color (decimal): -1994638 or 7508193. OLE color: 7508193.

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

Color convert

RGB 225 144 114 -
CMYK 0 0.36 0.49 0.12
HSL 16.22º 0.65% 0.66% -
HSV(B) 16.22º 0.49% 0.88% -
XYZ 44.06 37.17 20.77 -
YUV 164.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 225 144 114 0 0.36 0.49 0.12 16.22 0.65 0.66
Hex E1 90 72 0 24 31 C 10 41 42
Octal 341 220 162 0 44 61 14 20 101 102
Binary 11100001 10010000 1110010 0 100100 110001 1100 10000 1000001 1000010

Color Harmonies of #E19072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19072

Black with #E19072

Text Example


Text Example

White with #E19072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19072; }

 p { color: rgb(225,144,114); }

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

background-color css

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

 a { background-color: rgb(225,144,114); }

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

border-color css

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

 span { border-color: rgb(225,144,114); }

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