Html Css Color HEX #E2977F Dark Salmon

📋 copy color: '#E2977F'

red 226 ◦ green 151 ◦ blue 127

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

Shades of Dark Salmon #E2977F

Tints of Dark Salmon #E2977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.2%

R = 44.84%
G = 29.96%
B = 25.2%

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

#E2977F (or 0xE2977F) is known color: Dark Salmon. HEX triplet: E2, 97 and 7F. RGB value is (226,151,127). Sum of RGB (Red+Green+Blue) = 226+151+127=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2977F is #1D6880. Grayscale: #AAAAAA. Windows color (decimal): -1927297 or 8361954. OLE color: 8361954.

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

Color convert

RGB 226 151 127 -
CMYK 0 0.33 0.44 0.11
HSL 14.55º 0.63% 0.69% -
HSV(B) 14.55º 0.44% 0.89% -
XYZ 46.26 39.83 25.33 -
YUV 170.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 226 151 127 0 0.33 0.44 0.11 14.55 0.63 0.69
Hex E2 97 7F 0 21 2C B F 3F 45
Octal 342 227 177 0 41 54 13 17 77 105
Binary 11100010 10010111 1111111 0 100001 101100 1011 1111 111111 1000101

Color Harmonies of #E2977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2977F

Black with #E2977F

Text Example


Text Example

White with #E2977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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