#E186AD

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

Shades of Kobi #E186AD

Tints of Kobi #E186AD

Color information

#E186AD (or 0xE186AD) is unknown color: approx Kobi. HEX triplet: E1, 86 and AD. RGB value is (225,134,173). Sum of RGB (Red+Green+Blue) = 225+134+173=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E186AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E186AD is #1E7952. Grayscale: #A5A5A5. Windows color (decimal): -1997139 or 11372257. OLE color: 11372257.

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

Color convert

RGB225134173-
CMYK00.400.230.12
HSL334.29º60.26%70.39%-
HSV(B)334.29º40.44%88.24%-
XYZ47.1236.0744.01-
YUV165.66132.15170.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 134 (52.73% from 255) = 25.19%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=42.29%
G=25.19%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513417300.400.230.12334.2960.2670.39
HexE186AD02817C14e3c46
Octal341206255050271451674106
Binary11100001100001101010110101010001011111001010011101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186AD; }

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

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

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

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

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

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

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

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