Html Css Color HEX #E2976F Dark Salmon

📋 copy color: '#E2976F'

red 226 ◦ green 151 ◦ blue 111

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

Shades of Dark Salmon #E2976F

Tints of Dark Salmon #E2976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.94%

 BLUE value IS 111 (43.75% from 255) = 22.75%

R = 46.31%
G = 30.94%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2976F (or 0xE2976F) is known color: Dark Salmon. HEX triplet: E2, 97 and 6F. RGB value is (226,151,111). Sum of RGB (Red+Green+Blue) = 226+151+111=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2976F is #1D6890. Grayscale: #A9A9A9. Windows color (decimal): -1927313 or 7313378. OLE color: 7313378.

HSL color Cylindrical-coordinate representation of color #E2976F: hue angle of 20.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2976F is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 151 111 -
CMYK 0 0.33 0.51 0.11
HSL 20.87º 0.66% 0.66% -
HSV(B) 20.87º 0.51% 0.89% -
XYZ 45.3 39.45 20.27 -
YUV 168.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 226 151 111 0 0.33 0.51 0.11 20.87 0.66 0.66
Hex E2 97 6F 0 21 33 B 15 42 42
Octal 342 227 157 0 41 63 13 25 102 102
Binary 11100010 10010111 1101111 0 100001 110011 1011 10101 1000010 1000010

Color Harmonies of #E2976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2976F

Black with #E2976F

Text Example


Text Example

White with #E2976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2976F; }

 p { color: rgb(226,151,111); }

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

background-color css

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

 a { background-color: rgb(226,151,111); }

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

border-color css

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

 span { border-color: rgb(226,151,111); }

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