#E794B4

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

Shades of Kobi #E794B4

Tints of Kobi #E794B4

Color information

#E794B4 (or 0xE794B4) is unknown color: approx Kobi. HEX triplet: E7, 94 and B4. RGB value is (231,148,180). Sum of RGB (Red+Green+Blue) = 231+148+180=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E794B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794B4 is #186B4B. Grayscale: #B0B0B0. Windows color (decimal): -1600332 or 11834599. OLE color: 11834599.

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

Color convert

RGB231148180-
CMYK00.360.220.09
HSL336.87º63.36%74.31%-
HSV(B)336.87º35.93%90.59%-
XYZ51.7841.4648.45-
YUV176.46130166.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 148 (58.20% from 255) = 26.48%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=41.32%
G=26.48%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114818000.360.220.09336.8763.3674.31
HexE794B40241691513f4a
Octal347224264044261152177112
Binary11100111100101001011010001001001011010011010100011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794B4; }

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

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

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

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

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

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

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

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