#E29EB3

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

Shades of Kobi #E29EB3

Tints of Kobi #E29EB3

Color information

#E29EB3 (or 0xE29EB3) is unknown color: approx Kobi. HEX triplet: E2, 9E and B3. RGB value is (226,158,179). Sum of RGB (Red+Green+Blue) = 226+158+179=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EB3 is #1D614C. Grayscale: #B4B4B4. Windows color (decimal): -1925453 or 11771618. OLE color: 11771618.

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

Color convert

RGB226158179-
CMYK00.300.210.11
HSL341.47º53.97%75.29%-
HSV(B)341.47º30.09%88.63%-
XYZ51.7343.8848.39-
YUV180.73127.03160.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=40.14%
G=28.06%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615817900.300.210.11341.4753.9775.29
HexE29EB301E15B155364b
Octal342236263036251352566113
Binary1110001010011110101100110111101010110111010101011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EB3; }

 p { color: rgb(226,158,179); }

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

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

 a { background-color: rgb(226,158,179); }

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

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

 span { border-color: rgb(226,158,179); }

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