#E496AB

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

Shades of Kobi #E496AB

Tints of Kobi #E496AB

Color information

#E496AB (or 0xE496AB) is unknown color: approx Kobi. HEX triplet: E4, 96 and AB. RGB value is (228,150,171). Sum of RGB (Red+Green+Blue) = 228+150+171=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AB is #1B6954. Grayscale: #AFAFAF. Windows color (decimal): -1796437 or 11245284. OLE color: 11245284.

HSL color Cylindrical-coordinate representation of color #E496AB: hue angle of 343.85º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496AB is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228150171-
CMYK00.340.250.11
HSL343.85º59.09%74.12%-
HSV(B)343.85º34.21%89.41%-
XYZ50.2541.2543.84-
YUV175.72125.34165.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.53%
GREEN value IS 150 (58.98% from 255) = 27.32%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=41.53%
G=27.32%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815017100.340.250.11343.8559.0974.12
HexE496AB02219B1583b4a
Octal344226253042311353073112
Binary11100100100101101010101101000101100110111010110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496AB; }

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

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

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

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

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

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

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

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