#E197B4

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

Shades of Kobi #E197B4

Tints of Kobi #E197B4

Color information

#E197B4 (or 0xE197B4) is unknown color: approx Kobi. HEX triplet: E1, 97 and B4. RGB value is (225,151,180). Sum of RGB (Red+Green+Blue) = 225+151+180=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E197B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197B4 is #1E684B. Grayscale: #B0B0B0. Windows color (decimal): -1992780 or 11835361. OLE color: 11835361.

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

Color convert

RGB225151180-
CMYK00.330.20.12
HSL336.49º55.22%73.73%-
HSV(B)336.49º32.89%88.24%-
XYZ50.3641.4448.52-
YUV176.43130.02162.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=40.47%
G=27.16%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515118000.330.20.12336.4955.2273.73
HexE197B402114C150374a
Octal341227264041241452067112
Binary11100001100101111011010001000011010011001010100001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197B4; }

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

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

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

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

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

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

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

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