#E18BA8

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

Shades of Kobi #E18BA8

Tints of Kobi #E18BA8

Color information

#E18BA8 (or 0xE18BA8) is unknown color: approx Kobi. HEX triplet: E1, 8B and A8. RGB value is (225,139,168). Sum of RGB (Red+Green+Blue) = 225+139+168=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA8 is #1E7457. Grayscale: #A7A7A7. Windows color (decimal): -1995864 or 11045857. OLE color: 11045857.

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

Color convert

RGB225139168-
CMYK00.380.250.12
HSL339.77º58.9%71.37%-
HSV(B)339.77º38.22%88.24%-
XYZ47.3537.341.75-
YUV168.02127.99168.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 139 (54.69% from 255) = 26.13%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=42.29%
G=26.13%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513916800.380.250.12339.7758.971.37
HexE18BA802619C1543b47
Octal341213250046311452473107
Binary11100001100010111010100001001101100111001010101001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BA8; }

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

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

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

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

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

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

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

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