#E496AD

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

Shades of Kobi #E496AD

Tints of Kobi #E496AD

Color information

#E496AD (or 0xE496AD) is unknown color: approx Kobi. HEX triplet: E4, 96 and AD. RGB value is (228,150,173). Sum of RGB (Red+Green+Blue) = 228+150+173=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AD is #1B6952. Grayscale: #AFAFAF. Windows color (decimal): -1796435 or 11376356. OLE color: 11376356.

HSL color Cylindrical-coordinate representation of color #E496AD: hue angle of 342.31º 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 #E496AD is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB228150173-
CMYK00.340.240.11
HSL342.31º59.09%74.12%-
HSV(B)342.31º34.21%89.41%-
XYZ50.4441.3244.85-
YUV175.94126.34165.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.38%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=41.38%
G=27.22%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815017300.340.240.11342.3159.0974.12
HexE496AD02218B1563b4a
Octal344226255042301352673112
Binary11100100100101101010110101000101100010111010101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496AD; }

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

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

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

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

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

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

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

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