#E3A49A

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

Shades of Rose #E3A49A

Tints of Rose #E3A49A

Color information

#E3A49A (or 0xE3A49A) is unknown color: approx Rose. HEX triplet: E3, A4 and 9A. RGB value is (227,164,154). Sum of RGB (Red+Green+Blue) = 227+164+154=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A49A is #1C5B65. Grayscale: #B5B5B5. Windows color (decimal): -1858406 or 10134755. OLE color: 10134755.

HSL color Cylindrical-coordinate representation of color #E3A49A: hue angle of 8.22º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3A49A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB227164154-
CMYK00.280.320.11
HSL8.22º56.59%74.71%-
HSV(B)8.22º32.16%89.02%-
XYZ50.7945.2136.62-
YUV181.7112.37160.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=41.65%
G=30.09%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716415400.280.320.118.2256.5974.71
HexE3A49A01C20B8394b
Octal34324423203440131071113
Binary111000111010010010011010011100100000101110001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A49A; }

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

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

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

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

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

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

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

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