#E18BAF

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

Shades of Kobi #E18BAF

Tints of Kobi #E18BAF

Color information

#E18BAF (or 0xE18BAF) is unknown color: approx Kobi. HEX triplet: E1, 8B and AF. RGB value is (225,139,175). Sum of RGB (Red+Green+Blue) = 225+139+175=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BAF is #1E7450. Grayscale: #A8A8A8. Windows color (decimal): -1995857 or 11504609. OLE color: 11504609.

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

Color convert

RGB225139175-
CMYK00.380.220.12
HSL334.88º58.9%71.37%-
HSV(B)334.88º38.22%88.24%-
XYZ48.0237.5745.28-
YUV168.82131.49168.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=41.74%
G=25.79%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513917500.380.220.12334.8858.971.37
HexE18BAF02616C14f3b47
Octal341213257046261451773107
Binary11100001100010111010111101001101011011001010011111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BAF; }

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

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

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

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

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

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

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

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