#E197AD

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

Shades of Kobi #E197AD

Tints of Kobi #E197AD

Color information

#E197AD (or 0xE197AD) is unknown color: approx Kobi. HEX triplet: E1, 97 and AD. RGB value is (225,151,173). Sum of RGB (Red+Green+Blue) = 225+151+173=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E197AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197AD is #1E6852. Grayscale: #AFAFAF. Windows color (decimal): -1992787 or 11376609. OLE color: 11376609.

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

Color convert

RGB225151173-
CMYK00.330.230.12
HSL342.16º55.22%73.73%-
HSV(B)342.16º32.89%88.24%-
XYZ49.6641.1644.86-
YUV175.63126.52163.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=40.98%
G=27.50%
B=31.51%

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
Decimal22515117300.330.230.12342.1655.2273.73
HexE197AD02117C156374a
Octal341227255041271452667112
Binary11100001100101111010110101000011011111001010101101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197AD; }

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

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

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

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

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

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

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

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