#E49CB5

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

Shades of Kobi #E49CB5

Tints of Kobi #E49CB5

Color information

#E49CB5 (or 0xE49CB5) is unknown color: approx Kobi. HEX triplet: E4, 9C and B5. RGB value is (228,156,181). Sum of RGB (Red+Green+Blue) = 228+156+181=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49CB5 is #1B634A. Grayscale: #B4B4B4. Windows color (decimal): -1794891 or 11902180. OLE color: 11902180.

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

Color convert

RGB228156181-
CMYK00.320.210.11
HSL339.17º57.14%75.29%-
HSV(B)339.17º31.58%89.41%-
XYZ52.2243.6149.38-
YUV180.38128.35161.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.35%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=40.35%
G=27.61%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815618100.320.210.11339.1757.1475.29
HexE49CB502015B153394b
Octal344234265040251352371113
Binary11100100100111001011010101000001010110111010100111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49CB5; }

 p { color: rgb(228,156,181); }

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

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

 a { background-color: rgb(228,156,181); }

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

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

 span { border-color: rgb(228,156,181); }

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