#E18BA2

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

Shades of Kobi #E18BA2

Tints of Kobi #E18BA2

Color information

#E18BA2 (or 0xE18BA2) is unknown color: approx Kobi. HEX triplet: E1, 8B and A2. RGB value is (225,139,162). Sum of RGB (Red+Green+Blue) = 225+139+162=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA2 is #1E745D. Grayscale: #A7A7A7. Windows color (decimal): -1995870 or 10652641. OLE color: 10652641.

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

Color convert

RGB225139162-
CMYK00.380.280.12
HSL343.95º58.9%71.37%-
HSV(B)343.95º38.22%88.24%-
XYZ46.8137.0838.87-
YUV167.34124.99169.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=42.78%
G=26.43%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513916200.380.280.12343.9558.971.37
HexE18BA20261CC1583b47
Octal341213242046341453073107
Binary11100001100010111010001001001101110011001010110001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BA2; }

 p { color: rgb(225,139,162); }

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

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

 a { background-color: rgb(225,139,162); }

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

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

 span { border-color: rgb(225,139,162); }

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