Html Css Color HEX #E1957A Dark Salmon

📋 copy color: '#E1957A'

red 225 ◦ green 149 ◦ blue 122

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

Shades of Dark Salmon #E1957A

Tints of Dark Salmon #E1957A

RGB

 RED value IS 225 (88.28% from 255) = 45.36%

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

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

R = 45.36%
G = 30.04%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1957A (or 0xE1957A) is known color: Dark Salmon. HEX triplet: E1, 95 and 7A. RGB value is (225,149,122). Sum of RGB (Red+Green+Blue) = 225+149+122=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1957A is #1E6A85. Grayscale: #A8A8A8. Windows color (decimal): -1993350 or 8033761. OLE color: 8033761.

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

Color convert

RGB 225 149 122 -
CMYK 0 0.34 0.46 0.12
HSL 15.73º 0.63% 0.68% -
HSV(B) 15.73º 0.46% 0.88% -
XYZ 45.31 38.91 23.53 -
YUV 168.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 225 149 122 0 0.34 0.46 0.12 15.73 0.63 0.68
Hex E1 95 7A 0 22 2E C 10 3F 44
Octal 341 225 172 0 42 56 14 20 77 104
Binary 11100001 10010101 1111010 0 100010 101110 1100 10000 111111 1000100

Color Harmonies of #E1957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1957A

Black with #E1957A

Text Example


Text Example

White with #E1957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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