#E795AF

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

Shades of Kobi #E795AF

Tints of Kobi #E795AF

Color information

#E795AF (or 0xE795AF) is unknown color: approx Kobi. HEX triplet: E7, 95 and AF. RGB value is (231,149,175). Sum of RGB (Red+Green+Blue) = 231+149+175=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E795AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E795AF is #186A50. Grayscale: #B0B0B0. Windows color (decimal): -1600081 or 11507175. OLE color: 11507175.

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

Color convert

RGB231149175-
CMYK00.350.240.09
HSL340.98º63.08%74.51%-
HSV(B)340.98º35.5%90.59%-
XYZ51.4441.5845.87-
YUV176.48127.17166.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=41.62%
G=26.85%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114917500.350.240.09340.9863.0874.51
HexE795AF0231891553f4b
Octal347225257043301152577113
Binary11100111100101011010111101000111100010011010101011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795AF; }

 p { color: rgb(231,149,175); }

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

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

 a { background-color: rgb(231,149,175); }

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

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

 span { border-color: rgb(231,149,175); }

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