#E089AB

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

Shades of Kobi #E089AB

Tints of Kobi #E089AB

Color information

#E089AB (or 0xE089AB) is unknown color: approx Kobi. HEX triplet: E0, 89 and AB. RGB value is (224,137,171). Sum of RGB (Red+Green+Blue) = 224+137+171=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E089AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E089AB is #1F7654. Grayscale: #A6A6A6. Windows color (decimal): -2061909 or 11241952. OLE color: 11241952.

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

Color convert

RGB224137171-
CMYK00.390.240.12
HSL336.55º58.39%70.78%-
HSV(B)336.55º38.84%87.84%-
XYZ47.0436.6843.13-
YUV166.89130.32168.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.11%
GREEN value IS 137 (53.91% from 255) = 25.75%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=42.11%
G=25.75%
B=32.14%

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
Decimal22413717100.390.240.12336.5558.3970.78
HexE089AB02718C1513a47
Octal340211253047301452172107
Binary11100000100010011010101101001111100011001010100011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E089AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E089AB; }

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

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

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

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

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

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

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

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