#E18FA0

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

Shades of Kobi #E18FA0

Tints of Kobi #E18FA0

Color information

#E18FA0 (or 0xE18FA0) is unknown color: approx Kobi. HEX triplet: E1, 8F and A0. RGB value is (225,143,160). Sum of RGB (Red+Green+Blue) = 225+143+160=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FA0 is #1E705F. Grayscale: #A9A9A9. Windows color (decimal): -1994848 or 10522593. OLE color: 10522593.

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

Color convert

RGB225143160-
CMYK00.360.290.12
HSL347.56º57.75%72.16%-
HSV(B)347.56º36.44%88.24%-
XYZ47.2238.1938.14-
YUV169.46122.67167.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=42.61%
G=27.08%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514316000.360.290.12347.5657.7572.16
HexE18FA00241DC15c3a48
Octal341217240044351453472110
Binary11100001100011111010000001001001110111001010111001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18FA0; }

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

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

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

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

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

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

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

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