#e189b0

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

Shades of Kobi #E189B0

Tints of Kobi #E189B0

Color information

#E189B0 (or 0xE189B0) is unknown color: approx Kobi. HEX triplet: E1, 89 and B0. RGB value is (225,137,176). Sum of RGB (Red+Green+Blue) = 225+137+176=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E189B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E189B0 is #1E764F. Grayscale: #A7A7A7. Windows color (decimal): -1996368 or 11569633. OLE color: 11569633.

HSL color Cylindrical-coordinate representation of color #E189B0: hue angle of 333.41º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E189B0 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225137176-
CMYK00.390.220.12
HSL333.41º59.46%70.98%-
HSV(B)333.41º39.11%88.24%-
XYZ47.8337.0345.7-
YUV167.76132.65168.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=41.82%
G=25.46%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513717600.390.220.12333.4159.4670.98
HexE189B002716C14d3b47
Octal341211260047261451573107
Binary11100001100010011011000001001111011011001010011011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e189b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e189b0; }

 p { color: rgb(225,137,176); }

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

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

 a { background-color: rgb(225,137,176); }

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

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

 span { border-color: rgb(225,137,176); }

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