#E18AAF

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

Shades of Kobi #E18AAF

Tints of Kobi #E18AAF

Color information

#E18AAF (or 0xE18AAF) is unknown color: approx Kobi. HEX triplet: E1, 8A and AF. RGB value is (225,138,175). Sum of RGB (Red+Green+Blue) = 225+138+175=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AAF is #1E7550. Grayscale: #A8A8A8. Windows color (decimal): -1996113 or 11504353. OLE color: 11504353.

HSL color Cylindrical-coordinate representation of color #E18AAF: hue angle of 334.48º 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 #E18AAF is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225138175-
CMYK00.390.220.12
HSL334.48º59.18%71.18%-
HSV(B)334.48º38.67%88.24%-
XYZ47.8837.2845.23-
YUV168.23131.82168.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=41.82%
G=25.65%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513817500.390.220.12334.4859.1871.18
HexE18AAF02716C14e3b47
Octal341212257047261451673107
Binary11100001100010101010111101001111011011001010011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AAF; }

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

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

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

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

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

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

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

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