#E18EA4

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

Shades of Kobi #E18EA4

Tints of Kobi #E18EA4

Color information

#E18EA4 (or 0xE18EA4) is unknown color: approx Kobi. HEX triplet: E1, 8E and A4. RGB value is (225,142,164). Sum of RGB (Red+Green+Blue) = 225+142+164=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18EA4 is #1E715B. Grayscale: #A9A9A9. Windows color (decimal): -1995100 or 10784481. OLE color: 10784481.

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

Color convert

RGB225142164-
CMYK00.370.270.12
HSL344.1º58.04%71.96%-
HSV(B)344.1º36.89%88.24%-
XYZ47.4338.0339.96-
YUV169.32125167.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=42.37%
G=26.74%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514216400.370.270.12344.158.0471.96
HexE18EA40251BC1583a48
Octal341216244045331453072110
Binary11100001100011101010010001001011101111001010110001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EA4; }

 p { color: rgb(225,142,164); }

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

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

 a { background-color: rgb(225,142,164); }

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

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

 span { border-color: rgb(225,142,164); }

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