#E29CB2

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

Shades of Kobi #E29CB2

Tints of Kobi #E29CB2

Color information

#E29CB2 (or 0xE29CB2) is unknown color: approx Kobi. HEX triplet: E2, 9C and B2. RGB value is (226,156,178). Sum of RGB (Red+Green+Blue) = 226+156+178=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29CB2 is #1D634D. Grayscale: #B3B3B3. Windows color (decimal): -1925966 or 11705570. OLE color: 11705570.

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

Color convert

RGB226156178-
CMYK00.310.210.11
HSL341.14º54.69%74.9%-
HSV(B)341.14º30.97%88.63%-
XYZ51.2943.1647.75-
YUV179.44127.19161.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.36%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=40.36%
G=27.86%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615617800.310.210.11341.1454.6974.9
HexE29CB201F15B155374b
Octal342234262037251352567113
Binary1110001010011100101100100111111010110111010101011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CB2; }

 p { color: rgb(226,156,178); }

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

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

 a { background-color: rgb(226,156,178); }

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

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

 span { border-color: rgb(226,156,178); }

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