Html Css Color HEX #E1977D Dark Salmon

📋 copy color: '#E1977D'

red 225 ◦ green 151 ◦ blue 125

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

Shades of Dark Salmon #E1977D

Tints of Dark Salmon #E1977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 44.91%
G = 30.14%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1977D (or 0xE1977D) is known color: Dark Salmon. HEX triplet: E1, 97 and 7D. RGB value is (225,151,125). Sum of RGB (Red+Green+Blue) = 225+151+125=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1977D is #1E6882. Grayscale: #AAAAAA. Windows color (decimal): -1992835 or 8230881. OLE color: 8230881.

HSL color Cylindrical-coordinate representation of color #E1977D: hue angle of 15.6º 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 #E1977D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 151 125 -
CMYK 0 0.33 0.44 0.12
HSL 15.6º 0.63% 0.69% -
HSV(B) 15.6º 0.44% 0.88% -
XYZ 45.82 39.62 24.63 -
YUV 170.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 225 151 125 0 0.33 0.44 0.12 15.6 0.63 0.69
Hex E1 97 7D 0 21 2C C 10 3E 45
Octal 341 227 175 0 41 54 14 20 76 105
Binary 11100001 10010111 1111101 0 100001 101100 1100 10000 111110 1000101

Color Harmonies of #E1977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1977D

Black with #E1977D

Text Example


Text Example

White with #E1977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1977D; }

 p { color: rgb(225,151,125); }

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

background-color css

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

 a { background-color: rgb(225,151,125); }

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

border-color css

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

 span { border-color: rgb(225,151,125); }

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