#E089A9

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

Shades of Kobi #E089A9

Tints of Kobi #E089A9

Color information

#E089A9 (or 0xE089A9) is unknown color: approx Kobi. HEX triplet: E0, 89 and A9. RGB value is (224,137,169). Sum of RGB (Red+Green+Blue) = 224+137+169=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E089A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E089A9 is #1F7656. Grayscale: #A6A6A6. Windows color (decimal): -2061911 or 11110880. OLE color: 11110880.

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

Color convert

RGB224137169-
CMYK00.390.250.12
HSL337.93º58.39%70.78%-
HSV(B)337.93º38.84%87.84%-
XYZ46.8536.642.13-
YUV166.66129.32168.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=42.26%
G=25.85%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413716900.390.250.12337.9358.3970.78
HexE089A902719C1523a47
Octal340211251047311452272107
Binary11100000100010011010100101001111100111001010100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E089A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E089A9; }

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

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

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

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

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

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

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

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