Html Css Color HEX #E1925D Whiskey Sour

📋 copy color: '#E1925D'

red 225 ◦ green 146 ◦ blue 93

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

Shades of Whiskey Sour #E1925D

Tints of Whiskey Sour #E1925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.47%

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

R = 48.49%
G = 31.47%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1925D (or 0xE1925D) is known color: Whiskey Sour. HEX triplet: E1, 92 and 5D. RGB value is (225,146,93). Sum of RGB (Red+Green+Blue) = 225+146+93=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1925D is #1E6DA2. Grayscale: #A3A3A3. Windows color (decimal): -1994147 or 6132449. OLE color: 6132449.

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

Color convert

RGB 225 146 93 -
CMYK 0 0.35 0.59 0.12
HSL 24.09º 0.69% 0.62% -
HSV(B) 24.09º 0.59% 0.88% -
XYZ 43.31 37.36 15.28 -
YUV 163.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 225 146 93 0 0.35 0.59 0.12 24.09 0.69 0.62
Hex E1 92 5D 0 23 3B C 18 45 3E
Octal 341 222 135 0 43 73 14 30 105 76
Binary 11100001 10010010 1011101 0 100011 111011 1100 11000 1000101 111110

Color Harmonies of #E1925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1925D

Black with #E1925D

Text Example


Text Example

White with #E1925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1925D; }

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

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

background-color css

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

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

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

border-color css

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

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

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