Html Css Color HEX #E2977E Dark Salmon

📋 copy color: '#E2977E'

red 226 ◦ green 151 ◦ blue 126

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

Shades of Dark Salmon #E2977E

Tints of Dark Salmon #E2977E

RGB

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

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

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

R = 44.93%
G = 30.02%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2977E (or 0xE2977E) is known color: Dark Salmon. HEX triplet: E2, 97 and 7E. RGB value is (226,151,126). Sum of RGB (Red+Green+Blue) = 226+151+126=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2977E is #1D6881. Grayscale: #AAAAAA. Windows color (decimal): -1927298 or 8296418. OLE color: 8296418.

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

Color convert

RGB 226 151 126 -
CMYK 0 0.33 0.44 0.11
HSL 15º 0.63% 0.69% -
HSV(B) 15º 0.44% 0.89% -
XYZ 46.2 39.81 24.99 -
YUV 170.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 226 151 126 0 0.33 0.44 0.11 15 0.63 0.69
Hex E2 97 7E 0 21 2C B F 3F 45
Octal 342 227 176 0 41 54 13 17 77 105
Binary 11100010 10010111 1111110 0 100001 101100 1011 1111 111111 1000101

Color Harmonies of #E2977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2977E

Black with #E2977E

Text Example


Text Example

White with #E2977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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