#E19481

Color #E19481 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E19481

Tints of Dark Salmon #E19481

Color information

#E19481 (or 0xE19481) is unknown color: approx Dark Salmon. HEX triplet: E1, 94 and 81. RGB value is (225,148,129). Sum of RGB (Red+Green+Blue) = 225+148+129=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E19481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19481 is #1E6B7E. Grayscale: #A9A9A9. Windows color (decimal): -1993599 or 8492257. OLE color: 8492257.

HSL color Cylindrical-coordinate representation of color #E19481: hue angle of 11.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E19481 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225148129-
CMYK00.340.430.12
HSL11.88º61.54%69.41%-
HSV(B)11.88º42.67%88.24%-
XYZ45.638.7725.85-
YUV168.86105.51168.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=44.82%
G=29.48%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514812900.340.430.1211.8861.5469.41
HexE194810222BCc3e45
Octal34122420104253141476105
Binary1110000110010100100000010100010101011110011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19481; }

 p { color: rgb(225,148,129); }

 H1.HeaderClassName
 {
   color: #E19481;
 }
 .AnyTagClassName
 {
   color: #E19481;
 }
</style>
background-color css

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

 a { background-color: rgb(225,148,129); }

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

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

 span { border-color: rgb(225,148,129); }

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