#E197AC

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

Shades of Kobi #E197AC

Tints of Kobi #E197AC

Color information

#E197AC (or 0xE197AC) is unknown color: approx Kobi. HEX triplet: E1, 97 and AC. RGB value is (225,151,172). Sum of RGB (Red+Green+Blue) = 225+151+172=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E197AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197AC is #1E6853. Grayscale: #AFAFAF. Windows color (decimal): -1992788 or 11311073. OLE color: 11311073.

HSL color Cylindrical-coordinate representation of color #E197AC: hue angle of 342.97º 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 #E197AC is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225151172-
CMYK00.330.240.12
HSL342.97º55.22%73.73%-
HSV(B)342.97º32.89%88.24%-
XYZ49.5641.1244.35-
YUV175.52126.02163.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=41.06%
G=27.55%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515117200.330.240.12342.9755.2273.73
HexE197AC02118C157374a
Octal341227254041301452767112
Binary11100001100101111010110001000011100011001010101111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197AC; }

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

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

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

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

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

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

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

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