#E18DA9

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

Shades of Kobi #E18DA9

Tints of Kobi #E18DA9

Color information

#E18DA9 (or 0xE18DA9) is unknown color: approx Kobi. HEX triplet: E1, 8D and A9. RGB value is (225,141,169). Sum of RGB (Red+Green+Blue) = 225+141+169=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA9 is #1E7256. Grayscale: #A9A9A9. Windows color (decimal): -1995351 or 11111905. OLE color: 11111905.

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

Color convert

RGB225141169-
CMYK00.370.250.12
HSL340º58.33%71.76%-
HSV(B)340º37.33%88.24%-
XYZ47.7437.9242.34-
YUV169.31127.83167.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=42.06%
G=26.36%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514116900.370.250.1234058.3371.76
HexE18DA902519C1543a48
Octal341215251045311452472110
Binary11100001100011011010100101001011100111001010101001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DA9; }

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

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

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

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

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

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

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

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