#E986B2

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

Shades of Kobi #E986B2

Tints of Kobi #E986B2

Color information

#E986B2 (or 0xE986B2) is unknown color: approx Kobi. HEX triplet: E9, 86 and B2. RGB value is (233,134,178). Sum of RGB (Red+Green+Blue) = 233+134+178=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E986B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986B2 is #16794D. Grayscale: #A8A8A8. Windows color (decimal): -1472846 or 11699945. OLE color: 11699945.

HSL color Cylindrical-coordinate representation of color #E986B2: hue angle of 333.33º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986B2 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB233134178-
CMYK00.420.240.09
HSL333.33º69.23%71.96%-
HSV(B)333.33º42.49%91.37%-
XYZ50.1737.5946.73-
YUV168.62133.3173.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=42.75%
G=24.59%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313417800.420.240.09333.3369.2371.96
HexE986B202A18914d4548
Octal3512062620523011515105110
Binary111010011000011010110010010101011000100110100110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986B2; }

 p { color: rgb(233,134,178); }

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

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

 a { background-color: rgb(233,134,178); }

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

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

 span { border-color: rgb(233,134,178); }

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