#E18BAB

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

Shades of Kobi #E18BAB

Tints of Kobi #E18BAB

Color information

#E18BAB (or 0xE18BAB) is unknown color: approx Kobi. HEX triplet: E1, 8B and AB. RGB value is (225,139,171). Sum of RGB (Red+Green+Blue) = 225+139+171=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BAB is #1E7454. Grayscale: #A8A8A8. Windows color (decimal): -1995861 or 11242465. OLE color: 11242465.

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

Color convert

RGB225139171-
CMYK00.380.240.12
HSL337.67º58.9%71.37%-
HSV(B)337.67º38.22%88.24%-
XYZ47.6337.4143.24-
YUV168.36129.49168.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=42.06%
G=25.98%
B=31.96%

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
Decimal22513917100.380.240.12337.6758.971.37
HexE18BAB02618C1523b47
Octal341213253046301452273107
Binary11100001100010111010101101001101100011001010100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BAB; }

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

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

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

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

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

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

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

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