Html Css Color HEX #E19975 Dark Salmon

📋 copy color: '#E19975'

red 225 ◦ green 153 ◦ blue 117

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

Shades of Dark Salmon #E19975

Tints of Dark Salmon #E19975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 45.45%
G = 30.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E19975 (or 0xE19975) is known color: Dark Salmon. HEX triplet: E1, 99 and 75. RGB value is (225,153,117). Sum of RGB (Red+Green+Blue) = 225+153+117=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E19975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19975 is #1E668A. Grayscale: #AAAAAA. Windows color (decimal): -1992331 or 7707105. OLE color: 7707105.

HSL color Cylindrical-coordinate representation of color #E19975: hue angle of 20º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E19975 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 153 117 -
CMYK 0 0.32 0.48 0.12
HSL 20º 0.64% 0.67% -
HSV(B) 20º 0.48% 0.88% -
XYZ 45.65 40.07 22.16 -
YUV 170.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 225 153 117 0 0.32 0.48 0.12 20 0.64 0.67
Hex E1 99 75 0 20 30 C 14 40 43
Octal 341 231 165 0 40 60 14 24 100 103
Binary 11100001 10011001 1110101 0 100000 110000 1100 10100 1000000 1000011

Color Harmonies of #E19975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19975

Black with #E19975

Text Example


Text Example

White with #E19975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19975; }

 p { color: rgb(225,153,117); }

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

background-color css

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

 a { background-color: rgb(225,153,117); }

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

border-color css

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

 span { border-color: rgb(225,153,117); }

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