#E795B4

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

Shades of Kobi #E795B4

Tints of Kobi #E795B4

Color information

#E795B4 (or 0xE795B4) is unknown color: approx Kobi. HEX triplet: E7, 95 and B4. RGB value is (231,149,180). Sum of RGB (Red+Green+Blue) = 231+149+180=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E795B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795B4 is #186A4B. Grayscale: #B1B1B1. Windows color (decimal): -1600076 or 11834855. OLE color: 11834855.

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

Color convert

RGB231149180-
CMYK00.350.220.09
HSL337.32º63.08%74.51%-
HSV(B)337.32º35.5%90.59%-
XYZ51.9441.7848.51-
YUV177.05129.67166.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=41.25%
G=26.61%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114918000.350.220.09337.3263.0874.51
HexE795B40231691513f4b
Octal347225264043261152177113
Binary11100111100101011011010001000111011010011010100011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795B4; }

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

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

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

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

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

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

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

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