Html Css Color HEX #E4957F Dark Salmon

📋 copy color: '#E4957F'

red 228 ◦ green 149 ◦ blue 127

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

Shades of Dark Salmon #E4957F

Tints of Dark Salmon #E4957F

RGB

 RED value IS 228 (89.45% from 255) = 45.24%

 GREEN value IS 149 (58.59% from 255) = 29.56%

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

R = 45.24%
G = 29.56%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E4957F (or 0xE4957F) is known color: Dark Salmon. HEX triplet: E4, 95 and 7F. RGB value is (228,149,127). Sum of RGB (Red+Green+Blue) = 228+149+127=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E4957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4957F is #1B6A80. Grayscale: #AAAAAA. Windows color (decimal): -1796737 or 8361444. OLE color: 8361444.

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

Color convert

RGB 228 149 127 -
CMYK 0 0.35 0.44 0.11
HSL 13.07º 0.65% 0.7% -
HSV(B) 13.07º 0.44% 0.89% -
XYZ 46.57 39.52 25.25 -
YUV 170.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 228 149 127 0 0.35 0.44 0.11 13.07 0.65 0.7
Hex E4 95 7F 0 23 2C B D 41 46
Octal 344 225 177 0 43 54 13 15 101 106
Binary 11100100 10010101 1111111 0 100011 101100 1011 1101 1000001 1000110

Color Harmonies of #E4957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4957F

Black with #E4957F

Text Example


Text Example

White with #E4957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4957F; }

 p { color: rgb(228,149,127); }

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

background-color css

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

 a { background-color: rgb(228,149,127); }

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

border-color css

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

 span { border-color: rgb(228,149,127); }

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