#E1A1AF

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

Shades of Kobi #E1A1AF

Tints of Kobi #E1A1AF

Color information

#E1A1AF (or 0xE1A1AF) is unknown color: approx Kobi. HEX triplet: E1, A1 and AF. RGB value is (225,161,175). Sum of RGB (Red+Green+Blue) = 225+161+175=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A1AF is #1E5E50. Grayscale: #B5B5B5. Windows color (decimal): -1990225 or 11510241. OLE color: 11510241.

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

Color convert

RGB225161175-
CMYK00.280.220.12
HSL346.88º51.61%75.69%-
HSV(B)346.88º28.44%88.24%-
XYZ51.5344.5946.45-
YUV181.73124.2158.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=40.11%
G=28.70%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516117500.280.220.12346.8851.6175.69
HexE1A1AF01C16C15b344c
Octal341241257034261453364114
Binary1110000110100001101011110111001011011001010110111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1AF; }

 p { color: rgb(225,161,175); }

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

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

 a { background-color: rgb(225,161,175); }

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

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

 span { border-color: rgb(225,161,175); }

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