#E29BAF

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

Shades of Kobi #E29BAF

Tints of Kobi #E29BAF

Color information

#E29BAF (or 0xE29BAF) is unknown color: approx Kobi. HEX triplet: E2, 9B and AF. RGB value is (226,155,175). Sum of RGB (Red+Green+Blue) = 226+155+175=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29BAF is #1D6450. Grayscale: #B2B2B2. Windows color (decimal): -1926225 or 11508706. OLE color: 11508706.

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

Color convert

RGB226155175-
CMYK00.310.230.11
HSL343.1º55.04%74.71%-
HSV(B)343.1º31.42%88.63%-
XYZ50.8242.7146.12-
YUV178.51126.02161.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=40.65%
G=27.88%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615517500.310.230.11343.155.0474.71
HexE29BAF01F17B157374b
Octal342233257037271352767113
Binary1110001010011011101011110111111011110111010101111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BAF; }

 p { color: rgb(226,155,175); }

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

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

 a { background-color: rgb(226,155,175); }

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

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

 span { border-color: rgb(226,155,175); }

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