Html Css Color HEX #E99E7E Dark Salmon

📋 copy color: '#E99E7E'

red 233 ◦ green 158 ◦ blue 126

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

Shades of Dark Salmon #E99E7E

Tints of Dark Salmon #E99E7E

RGB

 RED value IS 233 (91.41% from 255) = 45.07%

 GREEN value IS 158 (62.11% from 255) = 30.56%

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

R = 45.07%
G = 30.56%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E99E7E (or 0xE99E7E) is known color: Dark Salmon. HEX triplet: E9, 9E and 7E. RGB value is (233,158,126). Sum of RGB (Red+Green+Blue) = 233+158+126=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E99E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99E7E is #166181. Grayscale: #B0B0B0. Windows color (decimal): -1466754 or 8298217. OLE color: 8298217.

HSL color Cylindrical-coordinate representation of color #E99E7E: hue angle of 17.94º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E99E7E is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 158 126 -
CMYK 0 0.32 0.46 0.09
HSL 17.94º 0.71% 0.7% -
HSV(B) 17.94º 0.46% 0.91% -
XYZ 49.6 43.28 25.48 -
YUV 176.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 233 158 126 0 0.32 0.46 0.09 17.94 0.71 0.7
Hex E9 9E 7E 0 20 2E 9 12 47 46
Octal 351 236 176 0 40 56 11 22 107 106
Binary 11101001 10011110 1111110 0 100000 101110 1001 10010 1000111 1000110

Color Harmonies of #E99E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99E7E

Black with #E99E7E

Text Example


Text Example

White with #E99E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99E7E; }

 p { color: rgb(233,158,126); }

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

background-color css

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

 a { background-color: rgb(233,158,126); }

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

border-color css

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

 span { border-color: rgb(233,158,126); }

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