#E18DA6

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

Shades of Kobi #E18DA6

Tints of Kobi #E18DA6

Color information

#E18DA6 (or 0xE18DA6) is unknown color: approx Kobi. HEX triplet: E1, 8D and A6. RGB value is (225,141,166). Sum of RGB (Red+Green+Blue) = 225+141+166=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA6 is #1E7259. Grayscale: #A8A8A8. Windows color (decimal): -1995354 or 10915297. OLE color: 10915297.

HSL color Cylindrical-coordinate representation of color #E18DA6: hue angle of 342.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DA6 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB225141166-
CMYK00.370.260.12
HSL342.14º58.33%71.76%-
HSV(B)342.14º37.33%88.24%-
XYZ47.4637.8140.87-
YUV168.97126.33167.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 166 (65.23% from 255) = 31.20%
R=42.29%
G=26.50%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514116600.370.260.12342.1458.3371.76
HexE18DA60251AC1563a48
Octal341215246045321452672110
Binary11100001100011011010011001001011101011001010101101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DA6; }

 p { color: rgb(225,141,166); }

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

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

 a { background-color: rgb(225,141,166); }

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

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

 span { border-color: rgb(225,141,166); }

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