#E186A2

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

Shades of Kobi #E186A2

Tints of Kobi #E186A2

Color information

#E186A2 (or 0xE186A2) is unknown color: approx Kobi. HEX triplet: E1, 86 and A2. RGB value is (225,134,162). Sum of RGB (Red+Green+Blue) = 225+134+162=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E186A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E186A2 is #1E795D. Grayscale: #A4A4A4. Windows color (decimal): -1997150 or 10651361. OLE color: 10651361.

HSL color Cylindrical-coordinate representation of color #E186A2: hue angle of 341.54º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E186A2 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225134162-
CMYK00.400.280.12
HSL341.54º60.26%70.39%-
HSV(B)341.54º40.44%88.24%-
XYZ46.135.6738.64-
YUV164.4126.65171.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=43.19%
G=25.72%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513416200.400.280.12341.5460.2670.39
HexE186A20281CC1563c46
Octal341206242050341452674106
Binary11100001100001101010001001010001110011001010101101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186A2; }

 p { color: rgb(225,134,162); }

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

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

 a { background-color: rgb(225,134,162); }

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

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

 span { border-color: rgb(225,134,162); }

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