#E086A3

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

Shades of Kobi #E086A3

Tints of Kobi #E086A3

Color information

#E086A3 (or 0xE086A3) is unknown color: approx Kobi. HEX triplet: E0, 86 and A3. RGB value is (224,134,163). Sum of RGB (Red+Green+Blue) = 224+134+163=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E086A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E086A3 is #1F795C. Grayscale: #A4A4A4. Windows color (decimal): -2062685 or 10716896. OLE color: 10716896.

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

Color convert

RGB224134163-
CMYK00.400.270.12
HSL340.67º59.21%70.2%-
HSV(B)340.67º40.18%87.84%-
XYZ45.8835.5439.09-
YUV164.22127.32170.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=42.99%
G=25.72%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413416300.400.270.12340.6759.2170.2
HexE086A30281BC1553b46
Octal340206243050331452573106
Binary11100000100001101010001101010001101111001010101011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086A3; }

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

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

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

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

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

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

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

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