#E186AF

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

Shades of Kobi #E186AF

Tints of Kobi #E186AF

Color information

#E186AF (or 0xE186AF) is unknown color: approx Kobi. HEX triplet: E1, 86 and AF. RGB value is (225,134,175). Sum of RGB (Red+Green+Blue) = 225+134+175=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E186AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E186AF is #1E7950. Grayscale: #A5A5A5. Windows color (decimal): -1997137 or 11503329. OLE color: 11503329.

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

Color convert

RGB225134175-
CMYK00.400.220.12
HSL332.97º60.26%70.39%-
HSV(B)332.97º40.44%88.24%-
XYZ47.3136.1545.04-
YUV165.88133.15170.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=42.13%
G=25.09%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513417500.400.220.12332.9760.2670.39
HexE186AF02816C14d3c46
Octal341206257050261451574106
Binary11100001100001101010111101010001011011001010011011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186AF; }

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

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

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

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

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

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

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

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