#E49EB5

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

Shades of Kobi #E49EB5

Tints of Kobi #E49EB5

Color information

#E49EB5 (or 0xE49EB5) is unknown color: approx Kobi. HEX triplet: E4, 9E and B5. RGB value is (228,158,181). Sum of RGB (Red+Green+Blue) = 228+158+181=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49EB5 is #1B614A. Grayscale: #B5B5B5. Windows color (decimal): -1794379 or 11902692. OLE color: 11902692.

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

Color convert

RGB228158181-
CMYK00.310.210.11
HSL340.29º56.45%75.69%-
HSV(B)340.29º30.7%89.41%-
XYZ52.5644.2849.49-
YUV181.55127.69161.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.21%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=40.21%
G=27.87%
B=31.92%

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
Decimal22815818100.310.210.11340.2956.4575.69
HexE49EB501F15B154384c
Octal344236265037251352470114
Binary1110010010011110101101010111111010110111010101001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49EB5; }

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

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

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

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

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

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

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

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