Html Css Color HEX #E0917D Dark Salmon

📋 copy color: '#E0917D'

red 224 ◦ green 145 ◦ blue 125

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

Shades of Dark Salmon #E0917D

Tints of Dark Salmon #E0917D

RGB

 RED value IS 224 (87.89% from 255) = 45.34%

 GREEN value IS 145 (57.03% from 255) = 29.35%

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

R = 45.34%
G = 29.35%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0917D (or 0xE0917D) is known color: Dark Salmon. HEX triplet: E0, 91 and 7D. RGB value is (224,145,125). Sum of RGB (Red+Green+Blue) = 224+145+125=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0917D is #1F6E82. Grayscale: #A6A6A6. Windows color (decimal): -2059907 or 8229344. OLE color: 8229344.

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

Color convert

RGB 224 145 125 -
CMYK 0 0.35 0.44 0.12
HSL 12.12º 0.61% 0.68% -
HSV(B) 12.12º 0.44% 0.88% -
XYZ 44.57 37.58 24.31 -
YUV 166.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 224 145 125 0 0.35 0.44 0.12 12.12 0.61 0.68
Hex E0 91 7D 0 23 2C C C 3D 44
Octal 340 221 175 0 43 54 14 14 75 104
Binary 11100000 10010001 1111101 0 100011 101100 1100 1100 111101 1000100

Color Harmonies of #E0917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0917D

Black with #E0917D

Text Example


Text Example

White with #E0917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0917D; }

 p { color: rgb(224,145,125); }

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

background-color css

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

 a { background-color: rgb(224,145,125); }

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

border-color css

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

 span { border-color: rgb(224,145,125); }

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