Html Css Color HEX #EA947E Dark Salmon

📋 copy color: '#EA947E'

red 234 ◦ green 148 ◦ blue 126

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

Shades of Dark Salmon #EA947E

Tints of Dark Salmon #EA947E

RGB

 RED value IS 234 (91.8% from 255) = 46.06%

 GREEN value IS 148 (58.2% from 255) = 29.13%

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

R = 46.06%
G = 29.13%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA947E (or 0xEA947E) is known color: Dark Salmon. HEX triplet: EA, 94 and 7E. RGB value is (234,148,126). Sum of RGB (Red+Green+Blue) = 234+148+126=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA947E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA947E is #156B81. Grayscale: #ABABAB. Windows color (decimal): -1403778 or 8295658. OLE color: 8295658.

HSL color Cylindrical-coordinate representation of color #EA947E: hue angle of 12.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA947E is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 148 126 -
CMYK 0 0.37 0.46 0.08
HSL 12.22º 0.72% 0.71% -
HSV(B) 12.22º 0.46% 0.92% -
XYZ 48.29 40.18 24.95 -
YUV 171.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 234 148 126 0 0.37 0.46 0.08 12.22 0.72 0.71
Hex EA 94 7E 0 25 2E 8 C 48 47
Octal 352 224 176 0 45 56 10 14 110 107
Binary 11101010 10010100 1111110 0 100101 101110 1000 1100 1001000 1000111

Color Harmonies of #EA947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA947E

Black with #EA947E

Text Example


Text Example

White with #EA947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA947E; }

 p { color: rgb(234,148,126); }

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

background-color css

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

 a { background-color: rgb(234,148,126); }

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

border-color css

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

 span { border-color: rgb(234,148,126); }

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