#E189AB

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

Shades of Kobi #E189AB

Tints of Kobi #E189AB

Color information

#E189AB (or 0xE189AB) is unknown color: approx Kobi. HEX triplet: E1, 89 and AB. RGB value is (225,137,171). Sum of RGB (Red+Green+Blue) = 225+137+171=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E189AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E189AB is #1E7654. Grayscale: #A7A7A7. Windows color (decimal): -1996373 or 11241953. OLE color: 11241953.

HSL color Cylindrical-coordinate representation of color #E189AB: hue angle of 336.82º 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 #E189AB is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225137171-
CMYK00.390.240.12
HSL336.82º59.46%70.98%-
HSV(B)336.82º39.11%88.24%-
XYZ47.3536.8443.14-
YUV167.19130.15169.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=42.21%
G=25.70%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513717100.390.240.12336.8259.4670.98
HexE189AB02718C1513b47
Octal341211253047301452173107
Binary11100001100010011010101101001111100011001010100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189AB; }

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

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

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

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

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

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

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

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