#E791AC

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

Shades of Kobi #E791AC

Tints of Kobi #E791AC

Color information

#E791AC (or 0xE791AC) is unknown color: approx Kobi. HEX triplet: E7, 91 and AC. RGB value is (231,145,172). Sum of RGB (Red+Green+Blue) = 231+145+172=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E791AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E791AC is #186E53. Grayscale: #ADADAD. Windows color (decimal): -1601108 or 11309543. OLE color: 11309543.

HSL color Cylindrical-coordinate representation of color #E791AC: hue angle of 341.16º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E791AC is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231145172-
CMYK00.370.260.09
HSL341.16º64.18%73.73%-
HSV(B)341.16º37.23%90.59%-
XYZ50.5340.2244.13-
YUV173.79126.99168.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.15%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=42.15%
G=26.46%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114517200.370.260.09341.1664.1873.73
HexE791AC0251A9155404a
Octal3472212540453211525100112
Binary111001111001000110101100010010111010100110101010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E791AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E791AC; }

 p { color: rgb(231,145,172); }

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

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

 a { background-color: rgb(231,145,172); }

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

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

 span { border-color: rgb(231,145,172); }

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