#E18EB0

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

Shades of Kobi #E18EB0

Tints of Kobi #E18EB0

Color information

#E18EB0 (or 0xE18EB0) is unknown color: approx Kobi. HEX triplet: E1, 8E and B0. RGB value is (225,142,176). Sum of RGB (Red+Green+Blue) = 225+142+176=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18EB0 is #1E714F. Grayscale: #AAAAAA. Windows color (decimal): -1995088 or 11570913. OLE color: 11570913.

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

Color convert

RGB225142176-
CMYK00.370.220.12
HSL335.42º58.04%71.96%-
HSV(B)335.42º36.89%88.24%-
XYZ48.5638.4945.94-
YUV170.69131166.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=41.44%
G=26.15%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514217600.370.220.12335.4258.0471.96
HexE18EB002516C14f3a48
Octal341216260045261451772110
Binary11100001100011101011000001001011011011001010011111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18EB0; }

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

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

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

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

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

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

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

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