#E0A194

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

Shades of Rose #E0A194

Tints of Rose #E0A194

Color information

#E0A194 (or 0xE0A194) is unknown color: approx Rose. HEX triplet: E0, A1 and 94. RGB value is (224,161,148). Sum of RGB (Red+Green+Blue) = 224+161+148=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A194 is #1F5E6B. Grayscale: #B2B2B2. Windows color (decimal): -2055788 or 9740768. OLE color: 9740768.

HSL color Cylindrical-coordinate representation of color #E0A194: hue angle of 10.26º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0A194 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB224161148-
CMYK00.280.340.12
HSL10.26º55.07%72.94%-
HSV(B)10.26º33.93%87.84%-
XYZ48.8343.4833.83-
YUV178.36110.87160.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=42.03%
G=30.21%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416114800.280.340.1210.2655.0772.94
HexE0A19401C22Ca3749
Octal34024122403442141267111
Binary111000001010000110010100011100100010110010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A194; }

 p { color: rgb(224,161,148); }

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

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

 a { background-color: rgb(224,161,148); }

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

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

 span { border-color: rgb(224,161,148); }

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