Html Css Color HEX #E1915E Whiskey Sour

📋 copy color: '#E1915E'

red 225 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #E1915E

Tints of Whiskey Sour #E1915E

RGB

 RED value IS 225 (88.28% from 255) = 48.49%

 GREEN value IS 145 (57.03% from 255) = 31.25%

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 48.49%
G = 31.25%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1915E (or 0xE1915E) is known color: Whiskey Sour. HEX triplet: E1, 91 and 5E. RGB value is (225,145,94). Sum of RGB (Red+Green+Blue) = 225+145+94=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1915E is #1E6EA1. Grayscale: #A3A3A3. Windows color (decimal): -1994402 or 6197729. OLE color: 6197729.

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

Color convert

RGB 225 145 94 -
CMYK 0 0.36 0.58 0.12
HSL 23.36º 0.69% 0.63% -
HSV(B) 23.36º 0.58% 0.88% -
XYZ 43.2 37.07 15.47 -
YUV 163.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 225 145 94 0 0.36 0.58 0.12 23.36 0.69 0.63
Hex E1 91 5E 0 24 3A C 17 45 3F
Octal 341 221 136 0 44 72 14 27 105 77
Binary 11100001 10010001 1011110 0 100100 111010 1100 10111 1000101 111111

Color Harmonies of #E1915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1915E

Black with #E1915E

Text Example


Text Example

White with #E1915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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