Html Css Color HEX #E1905D Whiskey Sour

📋 copy color: '#E1905D'

red 225 ◦ green 144 ◦ blue 93

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

Shades of Whiskey Sour #E1905D

Tints of Whiskey Sour #E1905D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.13%

R = 48.7%
G = 31.17%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1905D (or 0xE1905D) is known color: Whiskey Sour. HEX triplet: E1, 90 and 5D. RGB value is (225,144,93). Sum of RGB (Red+Green+Blue) = 225+144+93=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1905D is #1E6FA2. Grayscale: #A2A2A2. Windows color (decimal): -1994659 or 6131937. OLE color: 6131937.

HSL color Cylindrical-coordinate representation of color #E1905D: hue angle of 23.18º 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 #E1905D is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 144 93 -
CMYK 0 0.36 0.59 0.12
HSL 23.18º 0.69% 0.62% -
HSV(B) 23.18º 0.59% 0.88% -
XYZ 43 36.74 15.18 -
YUV 162.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 225 144 93 0 0.36 0.59 0.12 23.18 0.69 0.62
Hex E1 90 5D 0 24 3B C 17 45 3E
Octal 341 220 135 0 44 73 14 27 105 76
Binary 11100001 10010000 1011101 0 100100 111011 1100 10111 1000101 111110

Color Harmonies of #E1905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1905D

Black with #E1905D

Text Example


Text Example

White with #E1905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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