#E096A0

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

Shades of Kobi #E096A0

Tints of Kobi #E096A0

Color information

#E096A0 (or 0xE096A0) is unknown color: approx Kobi. HEX triplet: E0, 96 and A0. RGB value is (224,150,160). Sum of RGB (Red+Green+Blue) = 224+150+160=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E096A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E096A0 is #1F695F. Grayscale: #ADADAD. Windows color (decimal): -2058592 or 10524384. OLE color: 10524384.

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

Color convert

RGB224150160-
CMYK00.330.290.12
HSL351.89º54.41%73.33%-
HSV(B)351.89º33.04%87.84%-
XYZ47.9940.238.49-
YUV173.27120.52164.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=41.95%
G=28.09%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415016000.330.290.12351.8954.4173.33
HexE096A00211DC1603649
Octal340226240041351454066111
Binary11100000100101101010000001000011110111001011000001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096A0; }

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

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

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

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

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

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

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

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