#E794AB

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

Shades of Kobi #E794AB

Tints of Kobi #E794AB

Color information

#E794AB (or 0xE794AB) is unknown color: approx Kobi. HEX triplet: E7, 94 and AB. RGB value is (231,148,171). Sum of RGB (Red+Green+Blue) = 231+148+171=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E794AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E794AB is #186B54. Grayscale: #AFAFAF. Windows color (decimal): -1600341 or 11244775. OLE color: 11244775.

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

Color convert

RGB231148171-
CMYK00.360.260.09
HSL343.37º63.36%74.31%-
HSV(B)343.37º35.93%90.59%-
XYZ50.941.1143.78-
YUV175.44125.5167.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=42%
G=26.91%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114817100.360.260.09343.3763.3674.31
HexE794AB0241A91573f4a
Octal347224253044321152777112
Binary11100111100101001010101101001001101010011010101111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794AB; }

 p { color: rgb(231,148,171); }

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

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

 a { background-color: rgb(231,148,171); }

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

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

 span { border-color: rgb(231,148,171); }

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