#E18FA9

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

Shades of Kobi #E18FA9

Tints of Kobi #E18FA9

Color information

#E18FA9 (or 0xE18FA9) is unknown color: approx Kobi. HEX triplet: E1, 8F and A9. RGB value is (225,143,169). Sum of RGB (Red+Green+Blue) = 225+143+169=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FA9 is #1E7056. Grayscale: #AAAAAA. Windows color (decimal): -1994839 or 11112417. OLE color: 11112417.

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

Color convert

RGB225143169-
CMYK00.360.250.12
HSL340.98º57.75%72.16%-
HSV(B)340.98º36.44%88.24%-
XYZ48.0438.5242.44-
YUV170.48127.17166.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=41.90%
G=26.63%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514316900.360.250.12340.9857.7572.16
HexE18FA902419C1553a48
Octal341217251044311452572110
Binary11100001100011111010100101001001100111001010101011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FA9; }

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

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

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

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

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

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

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

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