#E1915D

Color #E1915D Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #E1915D

Tints of Whiskey Sour #E1915D

Color information

#E1915D (or 0xE1915D) is unknown color: approx Whiskey Sour. HEX triplet: E1, 91 and 5D. RGB value is (225,145,93). Sum of RGB (Red+Green+Blue) = 225+145+93=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1915D is #1E6EA2. Grayscale: #A3A3A3. Windows color (decimal): -1994403 or 6132193. OLE color: 6132193.

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

Color convert

RGB22514593-
CMYK00.360.590.12
HSL23.64º68.75%62.35%-
HSV(B)23.64º58.67%88.24%-
XYZ43.1537.0515.23-
YUV162.9988.5172.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 93 (36.72% from 255) = 20.09%
R=48.60%
G=31.32%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251459300.360.590.1223.6468.7562.35
HexE1915D0243BC18453e
Octal34122113504473143010576
Binary1110000110010001101110101001001110111100110001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1915D; }

 p { color: rgb(225,145,93); }

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

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

 a { background-color: rgb(225,145,93); }

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

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

 span { border-color: rgb(225,145,93); }

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