Html Css Color HEX #E1997F Dark Salmon

📋 copy color: '#E1997F'

red 225 ◦ green 153 ◦ blue 127

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

Shades of Dark Salmon #E1997F

Tints of Dark Salmon #E1997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.15%

R = 44.55%
G = 30.3%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1997F (or 0xE1997F) is known color: Dark Salmon. HEX triplet: E1, 99 and 7F. RGB value is (225,153,127). Sum of RGB (Red+Green+Blue) = 225+153+127=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1997F is #1E6680. Grayscale: #ABABAB. Windows color (decimal): -1992321 or 8362465. OLE color: 8362465.

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

Color convert

RGB 225 153 127 -
CMYK 0 0.32 0.44 0.12
HSL 15.92º 0.62% 0.69% -
HSV(B) 15.92º 0.44% 0.88% -
XYZ 46.27 40.32 25.42 -
YUV 171.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 225 153 127 0 0.32 0.44 0.12 15.92 0.62 0.69
Hex E1 99 7F 0 20 2C C 10 3E 45
Octal 341 231 177 0 40 54 14 20 76 105
Binary 11100001 10011001 1111111 0 100000 101100 1100 10000 111110 1000101

Color Harmonies of #E1997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1997F

Black with #E1997F

Text Example


Text Example

White with #E1997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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