#E18AA0

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

Shades of Kobi #E18AA0

Tints of Kobi #E18AA0

Color information

#E18AA0 (or 0xE18AA0) is unknown color: approx Kobi. HEX triplet: E1, 8A and A0. RGB value is (225,138,160). Sum of RGB (Red+Green+Blue) = 225+138+160=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AA0 is #1E755F. Grayscale: #A6A6A6. Windows color (decimal): -1996128 or 10521313. OLE color: 10521313.

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

Color convert

RGB225138160-
CMYK00.390.290.12
HSL344.83º59.18%71.18%-
HSV(B)344.83º38.67%88.24%-
XYZ46.4836.7237.9-
YUV166.52124.32169.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=43.02%
G=26.39%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513816000.390.290.12344.8359.1871.18
HexE18AA00271DC1593b47
Octal341212240047351453173107
Binary11100001100010101010000001001111110111001010110011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AA0; }

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

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

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

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

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

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

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

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