#E194AE

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

Shades of Kobi #E194AE

Tints of Kobi #E194AE

Color information

#E194AE (or 0xE194AE) is unknown color: approx Kobi. HEX triplet: E1, 94 and AE. RGB value is (225,148,174). Sum of RGB (Red+Green+Blue) = 225+148+174=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E194AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E194AE is #1E6B51. Grayscale: #ADADAD. Windows color (decimal): -1993554 or 11441377. OLE color: 11441377.

HSL color Cylindrical-coordinate representation of color #E194AE: hue angle of 339.74º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194AE is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225148174-
CMYK00.340.230.12
HSL339.74º56.2%73.14%-
HSV(B)339.74º34.22%88.24%-
XYZ49.2840.2445.21-
YUV173.99128.01164.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=41.13%
G=27.06%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514817400.340.230.12339.7456.273.14
HexE194AE02217C1543849
Octal341224256042271452470111
Binary11100001100101001010111001000101011111001010101001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194AE; }

 p { color: rgb(225,148,174); }

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

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

 a { background-color: rgb(225,148,174); }

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

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

 span { border-color: rgb(225,148,174); }

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