Html Css Color HEX #E99080 Dark Salmon

📋 copy color: '#E99080'

red 233 ◦ green 144 ◦ blue 128

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

Shades of Dark Salmon #E99080

Tints of Dark Salmon #E99080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.51%

 BLUE value IS 128 (50.39% from 255) = 25.35%

R = 46.14%
G = 28.51%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E99080 (or 0xE99080) is known color: Dark Salmon. HEX triplet: E9, 90 and 80. RGB value is (233,144,128). Sum of RGB (Red+Green+Blue) = 233+144+128=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E99080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99080 is #166F7F. Grayscale: #A8A8A8. Windows color (decimal): -1470336 or 8425705. OLE color: 8425705.

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

Color convert

RGB 233 144 128 -
CMYK 0 0.38 0.45 0.09
HSL 9.14º 0.7% 0.71% -
HSV(B) 9.14º 0.45% 0.91% -
XYZ 47.47 38.83 25.41 -
YUV 168.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 233 144 128 0 0.38 0.45 0.09 9.14 0.7 0.71
Hex E9 90 80 0 26 2D 9 9 46 47
Octal 351 220 200 0 46 55 11 11 106 107
Binary 11101001 10010000 10000000 0 100110 101101 1001 1001 1000110 1000111

Color Harmonies of #E99080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99080

Black with #E99080

Text Example


Text Example

White with #E99080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99080; }

 p { color: rgb(233,144,128); }

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

background-color css

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

 a { background-color: rgb(233,144,128); }

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

border-color css

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

 span { border-color: rgb(233,144,128); }

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