#E496AA

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

Shades of Kobi #E496AA

Tints of Kobi #E496AA

Color information

#E496AA (or 0xE496AA) is unknown color: approx Kobi. HEX triplet: E4, 96 and AA. RGB value is (228,150,170). Sum of RGB (Red+Green+Blue) = 228+150+170=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AA is #1B6955. Grayscale: #AFAFAF. Windows color (decimal): -1796438 or 11179748. OLE color: 11179748.

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

Color convert

RGB228150170-
CMYK00.340.250.11
HSL344.62º59.09%74.12%-
HSV(B)344.62º34.21%89.41%-
XYZ50.1641.2143.34-
YUV175.6124.84165.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.61%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=41.61%
G=27.37%
B=31.02%

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
Decimal22815017000.340.250.11344.6259.0974.12
HexE496AA02219B1593b4a
Octal344226252042311353173112
Binary11100100100101101010101001000101100110111010110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496AA; }

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

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

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

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

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

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

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

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