Html Css Color HEX #E99A7D Dark Salmon

📋 copy color: '#E99A7D'

red 233 ◦ green 154 ◦ blue 125

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

Shades of Dark Salmon #E99A7D

Tints of Dark Salmon #E99A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 45.51%
G = 30.08%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E99A7D (or 0xE99A7D) is known color: Dark Salmon. HEX triplet: E9, 9A and 7D. RGB value is (233,154,125). Sum of RGB (Red+Green+Blue) = 233+154+125=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99A7D is #166582. Grayscale: #AEAEAE. Windows color (decimal): -1467779 or 8231657. OLE color: 8231657.

HSL color Cylindrical-coordinate representation of color #E99A7D: hue angle of 16.11º 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 #E99A7D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 154 125 -
CMYK 0 0.34 0.46 0.09
HSL 16.11º 0.71% 0.7% -
HSV(B) 16.11º 0.46% 0.91% -
XYZ 48.86 41.92 24.92 -
YUV 174.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 233 154 125 0 0.34 0.46 0.09 16.11 0.71 0.7
Hex E9 9A 7D 0 22 2E 9 10 47 46
Octal 351 232 175 0 42 56 11 20 107 106
Binary 11101001 10011010 1111101 0 100010 101110 1001 10000 1000111 1000110

Color Harmonies of #E99A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99A7D

Black with #E99A7D

Text Example


Text Example

White with #E99A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99A7D; }

 p { color: rgb(233,154,125); }

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

background-color css

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

 a { background-color: rgb(233,154,125); }

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

border-color css

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

 span { border-color: rgb(233,154,125); }

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