Html Css Color HEX #E3917E Dark Salmon

📋 copy color: '#E3917E'

red 227 ◦ green 145 ◦ blue 126

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

Shades of Dark Salmon #E3917E

Tints of Dark Salmon #E3917E

RGB

 RED value IS 227 (89.06% from 255) = 45.58%

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

 BLUE value IS 126 (49.61% from 255) = 25.3%

R = 45.58%
G = 29.12%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E3917E (or 0xE3917E) is known color: Dark Salmon. HEX triplet: E3, 91 and 7E. RGB value is (227,145,126). Sum of RGB (Red+Green+Blue) = 227+145+126=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E3917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3917E is #1C6E81. Grayscale: #A7A7A7. Windows color (decimal): -1863298 or 8294883. OLE color: 8294883.

HSL color Cylindrical-coordinate representation of color #E3917E: hue angle of 11.29º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3917E is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 145 126 -
CMYK 0 0.36 0.44 0.11
HSL 11.29º 0.64% 0.69% -
HSV(B) 11.29º 0.44% 0.89% -
XYZ 45.57 38.09 24.69 -
YUV 167.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 227 145 126 0 0.36 0.44 0.11 11.29 0.64 0.69
Hex E3 91 7E 0 24 2C B B 40 45
Octal 343 221 176 0 44 54 13 13 100 105
Binary 11100011 10010001 1111110 0 100100 101100 1011 1011 1000000 1000101

Color Harmonies of #E3917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3917E

Black with #E3917E

Text Example


Text Example

White with #E3917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3917E; }

 p { color: rgb(227,145,126); }

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

background-color css

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

 a { background-color: rgb(227,145,126); }

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

border-color css

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

 span { border-color: rgb(227,145,126); }

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