#E794AC

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

Shades of Kobi #E794AC

Tints of Kobi #E794AC

Color information

#E794AC (or 0xE794AC) is unknown color: approx Kobi. HEX triplet: E7, 94 and AC. RGB value is (231,148,172). Sum of RGB (Red+Green+Blue) = 231+148+172=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E794AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E794AC is #186B53. Grayscale: #AFAFAF. Windows color (decimal): -1600340 or 11310311. OLE color: 11310311.

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

Color convert

RGB231148172-
CMYK00.360.260.09
HSL342.65º63.36%74.31%-
HSV(B)342.65º35.93%90.59%-
XYZ50.9941.1544.28-
YUV175.55126167.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=41.92%
G=26.86%
B=31.22%

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
Decimal23114817200.360.260.09342.6563.3674.31
HexE794AC0241A91573f4a
Octal347224254044321152777112
Binary11100111100101001010110001001001101010011010101111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794AC; }

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

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

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

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

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

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

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

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