Html Css Color HEX #E1A59A Rose

📋 copy color: '#E1A59A'

red 225 ◦ green 165 ◦ blue 154

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

Shades of Rose #E1A59A

Tints of Rose #E1A59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

 BLUE value IS 154 (60.55% from 255) = 28.31%

R = 41.36%
G = 30.33%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1A59A (or 0xE1A59A) is known color: Rose. HEX triplet: E1, A5 and 9A. RGB value is (225,165,154). Sum of RGB (Red+Green+Blue) = 225+165+154=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A59A is #1E5A65. Grayscale: #B5B5B5. Windows color (decimal): -1989222 or 10135009. OLE color: 10135009.

HSL color Cylindrical-coordinate representation of color #E1A59A: hue angle of 9.3º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A59A is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 154 -
CMYK 0 0.27 0.32 0.12
HSL 9.3º 0.54% 0.74% -
HSV(B) 9.3º 0.32% 0.88% -
XYZ 50.34 45.25 36.65 -
YUV 181.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 225 165 154 0 0.27 0.32 0.12 9.3 0.54 0.74
Hex E1 A5 9A 0 1B 20 C 9 36 4A
Octal 341 245 232 0 33 40 14 11 66 112
Binary 11100001 10100101 10011010 0 11011 100000 1100 1001 110110 1001010

Color Harmonies of #E1A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A59A

Black with #E1A59A

Text Example


Text Example

White with #E1A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A59A; }

 p { color: rgb(225,165,154); }

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

background-color css

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

 a { background-color: rgb(225,165,154); }

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

border-color css

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

 span { border-color: rgb(225,165,154); }

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