#E197AE

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

Shades of Kobi #E197AE

Tints of Kobi #E197AE

Color information

#E197AE (or 0xE197AE) is unknown color: approx Kobi. HEX triplet: E1, 97 and AE. RGB value is (225,151,174). Sum of RGB (Red+Green+Blue) = 225+151+174=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E197AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197AE is #1E6851. Grayscale: #AFAFAF. Windows color (decimal): -1992786 or 11442145. OLE color: 11442145.

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

Color convert

RGB225151174-
CMYK00.330.230.12
HSL341.35º55.22%73.73%-
HSV(B)341.35º32.89%88.24%-
XYZ49.7641.245.37-
YUV175.75127.02163.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=40.91%
G=27.45%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515117400.330.230.12341.3555.2273.73
HexE197AE02117C155374a
Octal341227256041271452567112
Binary11100001100101111010111001000011011111001010101011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197AE; }

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

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

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

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

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

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

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

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