#E18BAC

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

Shades of Kobi #E18BAC

Tints of Kobi #E18BAC

Color information

#E18BAC (or 0xE18BAC) is unknown color: approx Kobi. HEX triplet: E1, 8B and AC. RGB value is (225,139,172). Sum of RGB (Red+Green+Blue) = 225+139+172=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BAC is #1E7453. Grayscale: #A8A8A8. Windows color (decimal): -1995860 or 11308001. OLE color: 11308001.

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

Color convert

RGB225139172-
CMYK00.380.240.12
HSL336.98º58.9%71.37%-
HSV(B)336.98º38.22%88.24%-
XYZ47.7337.4543.74-
YUV168.48129.99168.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=41.98%
G=25.93%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513917200.380.240.12336.9858.971.37
HexE18BAC02618C1513b47
Octal341213254046301452173107
Binary11100001100010111010110001001101100011001010100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BAC; }

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

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

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

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

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

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

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

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