#E29FAB

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

Shades of Kobi #E29FAB

Tints of Kobi #E29FAB

Color information

#E29FAB (or 0xE29FAB) is unknown color: approx Kobi. HEX triplet: E2, 9F and AB. RGB value is (226,159,171). Sum of RGB (Red+Green+Blue) = 226+159+171=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FAB is #1D6054. Grayscale: #B4B4B4. Windows color (decimal): -1925205 or 11247586. OLE color: 11247586.

HSL color Cylindrical-coordinate representation of color #E29FAB: hue angle of 349.25º 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 #E29FAB is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226159171-
CMYK00.300.240.11
HSL349.25º53.6%75.49%-
HSV(B)349.25º29.65%88.63%-
XYZ51.1143.9144.31-
YUV180.4122.7160.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 159 (62.5% from 255) = 28.60%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=40.65%
G=28.60%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615917100.300.240.11349.2553.675.49
HexE29FAB01E18B15d364b
Octal342237253036301353566113
Binary1110001010011111101010110111101100010111010111011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FAB; }

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

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

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

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

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

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

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

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