#E0A69A

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

Shades of Rose #E0A69A

Tints of Rose #E0A69A

Color information

#E0A69A (or 0xE0A69A) is unknown color: approx Rose. HEX triplet: E0, A6 and 9A. RGB value is (224,166,154). Sum of RGB (Red+Green+Blue) = 224+166+154=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A69A is #1F5965. Grayscale: #B6B6B6. Windows color (decimal): -2054502 or 10135264. OLE color: 10135264.

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

Color convert

RGB224166154-
CMYK00.260.310.12
HSL10.29º53.03%74.12%-
HSV(B)10.29º31.25%87.84%-
XYZ50.2145.4536.7-
YUV181.97112.22157.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=41.18%
G=30.51%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416615400.260.310.1210.2953.0374.12
HexE0A69A01A1FCa354a
Octal34024623203237141265112
Binary11100000101001101001101001101011111110010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A69A; }

 p { color: rgb(224,166,154); }

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

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

 a { background-color: rgb(224,166,154); }

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

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

 span { border-color: rgb(224,166,154); }

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