#E29BB5

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

Shades of Kobi #E29BB5

Tints of Kobi #E29BB5

Color information

#E29BB5 (or 0xE29BB5) is unknown color: approx Kobi. HEX triplet: E2, 9B and B5. RGB value is (226,155,181). Sum of RGB (Red+Green+Blue) = 226+155+181=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BB5 is #1D644A. Grayscale: #B3B3B3. Windows color (decimal): -1926219 or 11901922. OLE color: 11901922.

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

Color convert

RGB226155181-
CMYK00.310.200.11
HSL338.03º55.04%74.71%-
HSV(B)338.03º31.42%88.63%-
XYZ51.4342.9549.3-
YUV179.19129.02161.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 181 (71.09% from 255) = 32.21%
R=40.21%
G=27.58%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615518100.310.200.11338.0355.0474.71
HexE29BB501F14B152374b
Octal342233265037241352267113
Binary1110001010011011101101010111111010010111010100101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BB5; }

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

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

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

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

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

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

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

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