#E18AB3

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

Shades of Kobi #E18AB3

Tints of Kobi #E18AB3

Color information

#E18AB3 (or 0xE18AB3) is unknown color: approx Kobi. HEX triplet: E1, 8A and B3. RGB value is (225,138,179). Sum of RGB (Red+Green+Blue) = 225+138+179=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AB3 is #1E754C. Grayscale: #A8A8A8. Windows color (decimal): -1996109 or 11766497. OLE color: 11766497.

HSL color Cylindrical-coordinate representation of color #E18AB3: hue angle of 331.72º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18AB3 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB225138179-
CMYK00.390.200.12
HSL331.72º59.18%71.18%-
HSV(B)331.72º38.67%88.24%-
XYZ48.2837.4447.33-
YUV168.69133.82168.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=41.51%
G=25.46%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513817900.390.200.12331.7259.1871.18
HexE18AB302714C14c3b47
Octal341212263047241451473107
Binary11100001100010101011001101001111010011001010011001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18AB3; }

 p { color: rgb(225,138,179); }

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

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

 a { background-color: rgb(225,138,179); }

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

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

 span { border-color: rgb(225,138,179); }

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