#E197AA

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

Shades of Kobi #E197AA

Tints of Kobi #E197AA

Color information

#E197AA (or 0xE197AA) is unknown color: approx Kobi. HEX triplet: E1, 97 and AA. RGB value is (225,151,170). Sum of RGB (Red+Green+Blue) = 225+151+170=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E197AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197AA is #1E6855. Grayscale: #AFAFAF. Windows color (decimal): -1992790 or 11180001. OLE color: 11180001.

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

Color convert

RGB225151170-
CMYK00.330.240.12
HSL344.59º55.22%73.73%-
HSV(B)344.59º32.89%88.24%-
XYZ49.3741.0443.35-
YUV175.29125.02163.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=41.21%
G=27.66%
B=31.14%

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
Decimal22515117000.330.240.12344.5955.2273.73
HexE197AA02118C159374a
Octal341227252041301453167112
Binary11100001100101111010101001000011100011001010110011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197AA; }

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

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

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

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

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

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

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

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