#E790AB

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

Shades of Kobi #E790AB

Tints of Kobi #E790AB

Color information

#E790AB (or 0xE790AB) is unknown color: approx Kobi. HEX triplet: E7, 90 and AB. RGB value is (231,144,171). Sum of RGB (Red+Green+Blue) = 231+144+171=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E790AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790AB is #186F54. Grayscale: #ADADAD. Windows color (decimal): -1601365 or 11243751. OLE color: 11243751.

HSL color Cylindrical-coordinate representation of color #E790AB: hue angle of 341.38º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790AB is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231144171-
CMYK00.380.260.09
HSL341.38º64.44%73.53%-
HSV(B)341.38º37.66%90.59%-
XYZ50.2839.8843.57-
YUV173.09126.82169.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=42.31%
G=26.37%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114417100.380.260.09341.3864.4473.53
HexE790AB0261A9155404a
Octal3472202530463211525100112
Binary111001111001000010101011010011011010100110101010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790AB; }

 p { color: rgb(231,144,171); }

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

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

 a { background-color: rgb(231,144,171); }

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

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

 span { border-color: rgb(231,144,171); }

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