Html Css Color HEX #E2997C Dark Salmon

📋 copy color: '#E2997C'

red 226 ◦ green 153 ◦ blue 124

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

Shades of Dark Salmon #E2997C

Tints of Dark Salmon #E2997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

 BLUE value IS 124 (48.83% from 255) = 24.65%

R = 44.93%
G = 30.42%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2997C (or 0xE2997C) is known color: Dark Salmon. HEX triplet: E2, 99 and 7C. RGB value is (226,153,124). Sum of RGB (Red+Green+Blue) = 226+153+124=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2997C is #1D6683. Grayscale: #ABABAB. Windows color (decimal): -1926788 or 8165858. OLE color: 8165858.

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

Color convert

RGB 226 153 124 -
CMYK 0 0.32 0.45 0.11
HSL 17.06º 0.64% 0.69% -
HSV(B) 17.06º 0.45% 0.89% -
XYZ 46.39 40.41 24.42 -
YUV 171.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 226 153 124 0 0.32 0.45 0.11 17.06 0.64 0.69
Hex E2 99 7C 0 20 2D B 11 40 45
Octal 342 231 174 0 40 55 13 21 100 105
Binary 11100010 10011001 1111100 0 100000 101101 1011 10001 1000000 1000101

Color Harmonies of #E2997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2997C

Black with #E2997C

Text Example


Text Example

White with #E2997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2997C; }

 p { color: rgb(226,153,124); }

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

background-color css

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

 a { background-color: rgb(226,153,124); }

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

border-color css

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

 span { border-color: rgb(226,153,124); }

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