#E196AB

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

Shades of Kobi #E196AB

Tints of Kobi #E196AB

Color information

#E196AB (or 0xE196AB) is unknown color: approx Kobi. HEX triplet: E1, 96 and AB. RGB value is (225,150,171). Sum of RGB (Red+Green+Blue) = 225+150+171=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E196AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E196AB is #1E6954. Grayscale: #AEAEAE. Windows color (decimal): -1993045 or 11245281. OLE color: 11245281.

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

Color convert

RGB225150171-
CMYK00.330.240.12
HSL343.2º55.56%73.53%-
HSV(B)343.2º33.33%88.24%-
XYZ49.3140.7643.8-
YUV174.82125.85163.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=41.21%
G=27.47%
B=31.32%

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
Decimal22515017100.330.240.12343.255.5673.53
HexE196AB02118C157384a
Octal341226253041301452770112
Binary11100001100101101010101101000011100011001010101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196AB; }

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

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

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

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

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

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

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

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