#E086AD

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

Shades of Kobi #E086AD

Tints of Kobi #E086AD

Color information

#E086AD (or 0xE086AD) is unknown color: approx Kobi. HEX triplet: E0, 86 and AD. RGB value is (224,134,173). Sum of RGB (Red+Green+Blue) = 224+134+173=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E086AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E086AD is #1F7952. Grayscale: #A5A5A5. Windows color (decimal): -2062675 or 11372256. OLE color: 11372256.

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

Color convert

RGB224134173-
CMYK00.400.230.12
HSL334º59.21%70.2%-
HSV(B)334º40.18%87.84%-
XYZ46.8135.9144-
YUV165.36132.32169.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=42.18%
G=25.24%
B=32.58%

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
Decimal22413417300.400.230.1233459.2170.2
HexE086AD02817C14e3b46
Octal340206255050271451673106
Binary11100000100001101010110101010001011111001010011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086AD; }

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

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

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

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

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

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

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

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