#E189A3

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

Shades of Kobi #E189A3

Tints of Kobi #E189A3

Color information

#E189A3 (or 0xE189A3) is unknown color: approx Kobi. HEX triplet: E1, 89 and A3. RGB value is (225,137,163). Sum of RGB (Red+Green+Blue) = 225+137+163=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E189A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E189A3 is #1E765C. Grayscale: #A6A6A6. Windows color (decimal): -1996381 or 10717665. OLE color: 10717665.

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

Color convert

RGB225137163-
CMYK00.390.280.12
HSL342.27º59.46%70.98%-
HSV(B)342.27º39.11%88.24%-
XYZ46.6136.5439.25-
YUV166.28126.15169.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 163 (64.06% from 255) = 31.05%
R=42.86%
G=26.10%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513716300.390.280.12342.2759.4670.98
HexE189A30271CC1563b47
Octal341211243047341452673107
Binary11100001100010011010001101001111110011001010101101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189A3; }

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

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

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

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

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

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

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

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