#E196B0

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

Shades of Kobi #E196B0

Tints of Kobi #E196B0

Color information

#E196B0 (or 0xE196B0) is unknown color: approx Kobi. HEX triplet: E1, 96 and B0. RGB value is (225,150,176). Sum of RGB (Red+Green+Blue) = 225+150+176=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E196B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E196B0 is #1E694F. Grayscale: #AFAFAF. Windows color (decimal): -1993040 or 11572961. OLE color: 11572961.

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

Color convert

RGB225150176-
CMYK00.330.220.12
HSL339.2º55.56%73.53%-
HSV(B)339.2º33.33%88.24%-
XYZ49.7940.9546.35-
YUV175.39128.35163.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=40.83%
G=27.22%
B=31.94%

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
Decimal22515017600.330.220.12339.255.5673.53
HexE196B002116C153384a
Octal341226260041261452370112
Binary11100001100101101011000001000011011011001010100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196B0; }

 p { color: rgb(225,150,176); }

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

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

 a { background-color: rgb(225,150,176); }

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

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

 span { border-color: rgb(225,150,176); }

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