Html Css Color HEX #E2957E Dark Salmon

📋 copy color: '#E2957E'

red 226 ◦ green 149 ◦ blue 126

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

Shades of Dark Salmon #E2957E

Tints of Dark Salmon #E2957E

RGB

 RED value IS 226 (88.67% from 255) = 45.11%

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

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

R = 45.11%
G = 29.74%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2957E (or 0xE2957E) is known color: Dark Salmon. HEX triplet: E2, 95 and 7E. RGB value is (226,149,126). Sum of RGB (Red+Green+Blue) = 226+149+126=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2957E is #1D6A81. Grayscale: #A9A9A9. Windows color (decimal): -1927810 or 8295906. OLE color: 8295906.

HSL color Cylindrical-coordinate representation of color #E2957E: hue angle of 13.8º degrees, saturation: 0.63, 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 #E2957E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 149 126 -
CMYK 0 0.34 0.44 0.11
HSL 13.8º 0.63% 0.69% -
HSV(B) 13.8º 0.44% 0.89% -
XYZ 45.88 39.17 24.88 -
YUV 169.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 226 149 126 0 0.34 0.44 0.11 13.8 0.63 0.69
Hex E2 95 7E 0 22 2C B E 3F 45
Octal 342 225 176 0 42 54 13 16 77 105
Binary 11100010 10010101 1111110 0 100010 101100 1011 1110 111111 1000101

Color Harmonies of #E2957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2957E

Black with #E2957E

Text Example


Text Example

White with #E2957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2957E; }

 p { color: rgb(226,149,126); }

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

background-color css

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

 a { background-color: rgb(226,149,126); }

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

border-color css

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

 span { border-color: rgb(226,149,126); }

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