Html Css Color HEX #E2957A Dark Salmon

📋 copy color: '#E2957A'

red 226 ◦ green 149 ◦ blue 122

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

Shades of Dark Salmon #E2957A

Tints of Dark Salmon #E2957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.55%

R = 45.47%
G = 29.98%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2957A (or 0xE2957A) is known color: Dark Salmon. HEX triplet: E2, 95 and 7A. RGB value is (226,149,122). Sum of RGB (Red+Green+Blue) = 226+149+122=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2957A is #1D6A85. Grayscale: #A9A9A9. Windows color (decimal): -1927814 or 8033762. OLE color: 8033762.

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

Color convert

RGB 226 149 122 -
CMYK 0 0.34 0.46 0.11
HSL 15.58º 0.64% 0.68% -
HSV(B) 15.58º 0.46% 0.89% -
XYZ 45.62 39.07 23.55 -
YUV 168.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 226 149 122 0 0.34 0.46 0.11 15.58 0.64 0.68
Hex E2 95 7A 0 22 2E B 10 40 44
Octal 342 225 172 0 42 56 13 20 100 104
Binary 11100010 10010101 1111010 0 100010 101110 1011 10000 1000000 1000100

Color Harmonies of #E2957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2957A

Black with #E2957A

Text Example


Text Example

White with #E2957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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