#E0A49A

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

Shades of Rose #E0A49A

Tints of Rose #E0A49A

Color information

#E0A49A (or 0xE0A49A) is unknown color: approx Rose. HEX triplet: E0, A4 and 9A. RGB value is (224,164,154). Sum of RGB (Red+Green+Blue) = 224+164+154=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A49A is #1F5B65. Grayscale: #B4B4B4. Windows color (decimal): -2055014 or 10134752. OLE color: 10134752.

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

Color convert

RGB224164154-
CMYK00.270.310.12
HSL8.57º53.03%74.12%-
HSV(B)8.57º31.25%87.84%-
XYZ49.8544.7336.58-
YUV180.8112.88158.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=41.33%
G=30.26%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416415400.270.310.128.5753.0374.12
HexE0A49A01B1FC9354a
Octal34024423203337141165112
Binary11100000101001001001101001101111111110010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A49A; }

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

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

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

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

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

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

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

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