#E29EB5

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

Shades of Kobi #E29EB5

Tints of Kobi #E29EB5

Color information

#E29EB5 (or 0xE29EB5) is unknown color: approx Kobi. HEX triplet: E2, 9E and B5. RGB value is (226,158,181). Sum of RGB (Red+Green+Blue) = 226+158+181=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EB5 is #1D614A. Grayscale: #B4B4B4. Windows color (decimal): -1925451 or 11902690. OLE color: 11902690.

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

Color convert

RGB226158181-
CMYK00.300.200.11
HSL339.71º53.97%75.29%-
HSV(B)339.71º30.09%88.63%-
XYZ51.9343.9649.46-
YUV180.95128.03160.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=40%
G=27.96%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615818100.300.200.11339.7153.9775.29
HexE29EB501E14B154364b
Octal342236265036241352466113
Binary1110001010011110101101010111101010010111010101001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EB5; }

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

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

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

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

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

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

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

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