#E096AA

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

Shades of Kobi #E096AA

Tints of Kobi #E096AA

Color information

#E096AA (or 0xE096AA) is unknown color: approx Kobi. HEX triplet: E0, 96 and AA. RGB value is (224,150,170). Sum of RGB (Red+Green+Blue) = 224+150+170=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E096AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E096AA is #1F6955. Grayscale: #AEAEAE. Windows color (decimal): -2058582 or 11179744. OLE color: 11179744.

HSL color Cylindrical-coordinate representation of color #E096AA: hue angle of 343.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096AA is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224150170-
CMYK00.330.240.12
HSL343.78º54.41%73.33%-
HSV(B)343.78º33.04%87.84%-
XYZ48.940.5643.28-
YUV174.41125.52163.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=41.18%
G=27.57%
B=31.25%

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
Decimal22415017000.330.240.12343.7854.4173.33
HexE096AA02118C1583649
Octal340226252041301453066111
Binary11100000100101101010101001000011100011001010110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096AA; }

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

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

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

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

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

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

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

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