Html Css Color HEX #E1996E Dark Salmon

📋 copy color: '#E1996E'

red 225 ◦ green 153 ◦ blue 110

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

Shades of Dark Salmon #E1996E

Tints of Dark Salmon #E1996E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 46.11%
G = 31.35%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1996E (or 0xE1996E) is known color: Dark Salmon. HEX triplet: E1, 99 and 6E. RGB value is (225,153,110). Sum of RGB (Red+Green+Blue) = 225+153+110=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1996E is #1E6691. Grayscale: #A9A9A9. Windows color (decimal): -1992338 or 7248353. OLE color: 7248353.

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

Color convert

RGB 225 153 110 -
CMYK 0 0.32 0.51 0.12
HSL 22.43º 0.66% 0.66% -
HSV(B) 22.43º 0.51% 0.88% -
XYZ 45.26 39.92 20.07 -
YUV 169.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 225 153 110 0 0.32 0.51 0.12 22.43 0.66 0.66
Hex E1 99 6E 0 20 33 C 16 42 42
Octal 341 231 156 0 40 63 14 26 102 102
Binary 11100001 10011001 1101110 0 100000 110011 1100 10110 1000010 1000010

Color Harmonies of #E1996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1996E

Black with #E1996E

Text Example


Text Example

White with #E1996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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