#E791AA

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

Shades of Kobi #E791AA

Tints of Kobi #E791AA

Color information

#E791AA (or 0xE791AA) is unknown color: approx Kobi. HEX triplet: E7, 91 and AA. RGB value is (231,145,170). Sum of RGB (Red+Green+Blue) = 231+145+170=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E791AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E791AA is #186E55. Grayscale: #ADADAD. Windows color (decimal): -1601110 or 11178471. OLE color: 11178471.

HSL color Cylindrical-coordinate representation of color #E791AA: hue angle of 342.56º 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 #E791AA is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231145170-
CMYK00.370.260.09
HSL342.56º64.18%73.73%-
HSV(B)342.56º37.23%90.59%-
XYZ50.3440.1443.13-
YUV173.56125.99168.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=42.31%
G=26.56%
B=31.14%

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
Decimal23114517000.370.260.09342.5664.1873.73
HexE791AA0251A9157404a
Octal3472212520453211527100112
Binary111001111001000110101010010010111010100110101011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E791AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E791AA; }

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

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

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

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

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

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

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

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