#E197AF

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

Shades of Kobi #E197AF

Tints of Kobi #E197AF

Color information

#E197AF (or 0xE197AF) is unknown color: approx Kobi. HEX triplet: E1, 97 and AF. RGB value is (225,151,175). Sum of RGB (Red+Green+Blue) = 225+151+175=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E197AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197AF is #1E6850. Grayscale: #AFAFAF. Windows color (decimal): -1992785 or 11507681. OLE color: 11507681.

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

Color convert

RGB225151175-
CMYK00.330.220.12
HSL340.54º55.22%73.73%-
HSV(B)340.54º32.89%88.24%-
XYZ49.8641.2445.89-
YUV175.86127.52163.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=40.83%
G=27.40%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515117500.330.220.12340.5455.2273.73
HexE197AF02116C155374a
Octal341227257041261452567112
Binary11100001100101111010111101000011011011001010101011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197AF; }

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

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

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

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

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

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

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

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