#E1A698

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

Shades of Rose #E1A698

Tints of Rose #E1A698

Color information

#E1A698 (or 0xE1A698) is unknown color: approx Rose. HEX triplet: E1, A6 and 98. RGB value is (225,166,152). Sum of RGB (Red+Green+Blue) = 225+166+152=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A698 is #1E5967. Grayscale: #B6B6B6. Windows color (decimal): -1988968 or 10004193. OLE color: 10004193.

HSL color Cylindrical-coordinate representation of color #E1A698: hue angle of 11.51º degrees, saturation: 0.55, 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 #E1A698 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225166152-
CMYK00.260.320.12
HSL11.51º54.89%73.92%-
HSV(B)11.51º32.44%88.24%-
XYZ50.3645.5535.84-
YUV182.04111.05158.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=41.44%
G=30.57%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516615200.260.320.1211.5154.8973.92
HexE1A69801A20Cc374a
Octal34124623003240141467112
Binary111000011010011010011000011010100000110011001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A698; }

 p { color: rgb(225,166,152); }

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

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

 a { background-color: rgb(225,166,152); }

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

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

 span { border-color: rgb(225,166,152); }

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