#E086B0

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

Shades of Kobi #E086B0

Tints of Kobi #E086B0

Color information

#E086B0 (or 0xE086B0) is unknown color: approx Kobi. HEX triplet: E0, 86 and B0. RGB value is (224,134,176). Sum of RGB (Red+Green+Blue) = 224+134+176=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E086B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E086B0 is #1F794F. Grayscale: #A5A5A5. Windows color (decimal): -2062672 or 11568864. OLE color: 11568864.

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

Color convert

RGB224134176-
CMYK00.400.210.12
HSL332º59.21%70.2%-
HSV(B)332º40.18%87.84%-
XYZ47.136.0345.55-
YUV165.7133.82169.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=41.95%
G=25.09%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413417600.400.210.1233259.2170.2
HexE086B002815C14c3b46
Octal340206260050251451473106
Binary11100000100001101011000001010001010111001010011001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E086B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E086B0; }

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

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

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

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

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

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

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

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