Html Css Color HEX #EA916E Dark Salmon

📋 copy color: '#EA916E'

red 234 ◦ green 145 ◦ blue 110

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

Shades of Dark Salmon #EA916E

Tints of Dark Salmon #EA916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.65%

 BLUE value IS 110 (43.36% from 255) = 22.49%

R = 47.85%
G = 29.65%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA916E (or 0xEA916E) is known color: Dark Salmon. HEX triplet: EA, 91 and 6E. RGB value is (234,145,110). Sum of RGB (Red+Green+Blue) = 234+145+110=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA916E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA916E is #156E91. Grayscale: #A7A7A7. Windows color (decimal): -1404562 or 7246314. OLE color: 7246314.

HSL color Cylindrical-coordinate representation of color #EA916E: hue angle of 16.94º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA916E is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 145 110 -
CMYK 0 0.38 0.53 0.08
HSL 16.94º 0.75% 0.67% -
HSV(B) 16.94º 0.53% 0.92% -
XYZ 46.87 38.87 19.78 -
YUV 167.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 234 145 110 0 0.38 0.53 0.08 16.94 0.75 0.67
Hex EA 91 6E 0 26 35 8 11 4B 43
Octal 352 221 156 0 46 65 10 21 113 103
Binary 11101010 10010001 1101110 0 100110 110101 1000 10001 1001011 1000011

Color Harmonies of #EA916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA916E

Black with #EA916E

Text Example


Text Example

White with #EA916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA916E; }

 p { color: rgb(234,145,110); }

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

background-color css

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

 a { background-color: rgb(234,145,110); }

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

border-color css

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

 span { border-color: rgb(234,145,110); }

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