Html Css Color HEX #E2997E Dark Salmon

📋 copy color: '#E2997E'

red 226 ◦ green 153 ◦ blue 126

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

Shades of Dark Salmon #E2997E

Tints of Dark Salmon #E2997E

RGB

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

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

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

R = 44.75%
G = 30.3%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2997E (or 0xE2997E) is known color: Dark Salmon. HEX triplet: E2, 99 and 7E. RGB value is (226,153,126). Sum of RGB (Red+Green+Blue) = 226+153+126=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2997E is #1D6681. Grayscale: #ABABAB. Windows color (decimal): -1926786 or 8296930. OLE color: 8296930.

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

Color convert

RGB 226 153 126 -
CMYK 0 0.32 0.44 0.11
HSL 16.2º 0.63% 0.69% -
HSV(B) 16.2º 0.44% 0.89% -
XYZ 46.52 40.46 25.1 -
YUV 171.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 226 153 126 0 0.32 0.44 0.11 16.2 0.63 0.69
Hex E2 99 7E 0 20 2C B 10 3F 45
Octal 342 231 176 0 40 54 13 20 77 105
Binary 11100010 10011001 1111110 0 100000 101100 1011 10000 111111 1000101

Color Harmonies of #E2997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2997E

Black with #E2997E

Text Example


Text Example

White with #E2997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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