#E18EAC

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

Shades of Kobi #E18EAC

Tints of Kobi #E18EAC

Color information

#E18EAC (or 0xE18EAC) is unknown color: approx Kobi. HEX triplet: E1, 8E and AC. RGB value is (225,142,172). Sum of RGB (Red+Green+Blue) = 225+142+172=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18EAC is #1E7153. Grayscale: #AAAAAA. Windows color (decimal): -1995092 or 11308769. OLE color: 11308769.

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

Color convert

RGB225142172-
CMYK00.370.240.12
HSL338.31º58.04%71.96%-
HSV(B)338.31º36.89%88.24%-
XYZ48.1738.3343.89-
YUV170.24129167.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=41.74%
G=26.35%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514217200.370.240.12338.3158.0471.96
HexE18EAC02518C1523a48
Octal341216254045301452272110
Binary11100001100011101010110001001011100011001010100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EAC; }

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

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

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

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

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

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

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

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