#E196AF

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

Shades of Kobi #E196AF

Tints of Kobi #E196AF

Color information

#E196AF (or 0xE196AF) is unknown color: approx Kobi. HEX triplet: E1, 96 and AF. RGB value is (225,150,175). Sum of RGB (Red+Green+Blue) = 225+150+175=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E196AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E196AF is #1E6950. Grayscale: #AFAFAF. Windows color (decimal): -1993041 or 11507425. OLE color: 11507425.

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

Color convert

RGB225150175-
CMYK00.330.220.12
HSL340º55.56%73.53%-
HSV(B)340º33.33%88.24%-
XYZ49.740.9245.84-
YUV175.27127.85163.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

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
Decimal22515017500.330.220.1234055.5673.53
HexE196AF02116C154384a
Octal341226257041261452470112
Binary11100001100101101010111101000011011011001010101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E196AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E196AF; }

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

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

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

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

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

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

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

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