#E18BA1

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

Shades of Kobi #E18BA1

Tints of Kobi #E18BA1

Color information

#E18BA1 (or 0xE18BA1) is unknown color: approx Kobi. HEX triplet: E1, 8B and A1. RGB value is (225,139,161). Sum of RGB (Red+Green+Blue) = 225+139+161=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BA1 is #1E745E. Grayscale: #A7A7A7. Windows color (decimal): -1995871 or 10587105. OLE color: 10587105.

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

Color convert

RGB225139161-
CMYK00.380.280.12
HSL344.65º58.9%71.37%-
HSV(B)344.65º38.22%88.24%-
XYZ46.7237.0538.41-
YUV167.22124.49169.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=42.86%
G=26.48%
B=30.67%

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
Decimal22513916100.380.280.12344.6558.971.37
HexE18BA10261CC1593b47
Octal341213241046341453173107
Binary11100001100010111010000101001101110011001010110011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BA1; }

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

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

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

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

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

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

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

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