#E1A0B5

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

Shades of Kobi #E1A0B5

Tints of Kobi #E1A0B5

Color information

#E1A0B5 (or 0xE1A0B5) is unknown color: approx Kobi. HEX triplet: E1, A0 and B5. RGB value is (225,160,181). Sum of RGB (Red+Green+Blue) = 225+160+181=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0B5 is #1E5F4A. Grayscale: #B5B5B5. Windows color (decimal): -1990475 or 11903201. OLE color: 11903201.

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

Color convert

RGB225160181-
CMYK00.290.200.12
HSL340.62º52%75.49%-
HSV(B)340.62º28.89%88.24%-
XYZ51.9644.4949.56-
YUV181.83127.53158.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=39.75%
G=28.27%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516018100.290.200.12340.625275.49
HexE1A0B501D14C155344b
Octal341240265035241452564113
Binary1110000110100000101101010111011010011001010101011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A0B5; }

 p { color: rgb(225,160,181); }

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

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

 a { background-color: rgb(225,160,181); }

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

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

 span { border-color: rgb(225,160,181); }

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