#E29FAE

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

Shades of Kobi #E29FAE

Tints of Kobi #E29FAE

Color information

#E29FAE (or 0xE29FAE) is unknown color: approx Kobi. HEX triplet: E2, 9F and AE. RGB value is (226,159,174). Sum of RGB (Red+Green+Blue) = 226+159+174=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FAE is #1D6051. Grayscale: #B4B4B4. Windows color (decimal): -1925202 or 11444194. OLE color: 11444194.

HSL color Cylindrical-coordinate representation of color #E29FAE: hue angle of 346.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FAE is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226159174-
CMYK00.300.230.11
HSL346.57º53.6%75.49%-
HSV(B)346.57º29.65%88.63%-
XYZ51.444.0245.83-
YUV180.74124.2160.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=40.43%
G=28.44%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615917400.300.230.11346.5753.675.49
HexE29FAE01E17B15b364b
Octal342237256036271353366113
Binary1110001010011111101011100111101011110111010110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FAE; }

 p { color: rgb(226,159,174); }

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

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

 a { background-color: rgb(226,159,174); }

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

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

 span { border-color: rgb(226,159,174); }

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