#E794AA

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

Shades of Kobi #E794AA

Tints of Kobi #E794AA

Color information

#E794AA (or 0xE794AA) is unknown color: approx Kobi. HEX triplet: E7, 94 and AA. RGB value is (231,148,170). Sum of RGB (Red+Green+Blue) = 231+148+170=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E794AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E794AA is #186B55. Grayscale: #AFAFAF. Windows color (decimal): -1600342 or 11179239. OLE color: 11179239.

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

Color convert

RGB231148170-
CMYK00.360.260.09
HSL344.1º63.36%74.31%-
HSV(B)344.1º35.93%90.59%-
XYZ50.841.0743.28-
YUV175.32125167.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=42.08%
G=26.96%
B=30.97%

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
Decimal23114817000.360.260.09344.163.3674.31
HexE794AA0241A91583f4a
Octal347224252044321153077112
Binary11100111100101001010101001001001101010011010110001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794AA; }

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

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

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

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

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

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

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

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