#E790AE

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

Shades of Kobi #E790AE

Tints of Kobi #E790AE

Color information

#E790AE (or 0xE790AE) is unknown color: approx Kobi. HEX triplet: E7, 90 and AE. RGB value is (231,144,174). Sum of RGB (Red+Green+Blue) = 231+144+174=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E790AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790AE is #186F51. Grayscale: #ADADAD. Windows color (decimal): -1601362 or 11440359. OLE color: 11440359.

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

Color convert

RGB231144174-
CMYK00.380.250.09
HSL339.31º64.44%73.53%-
HSV(B)339.31º37.66%90.59%-
XYZ50.5739.9945.1-
YUV173.43128.32169.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=42.08%
G=26.23%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114417400.380.250.09339.3164.4473.53
HexE790AE026199153404a
Octal3472202560463111523100112
Binary111001111001000010101110010011011001100110101001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790AE; }

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

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

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

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

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

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

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

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