#e095ab

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

Shades of Kobi #E095AB

Tints of Kobi #E095AB

Color information

#E095AB (or 0xE095AB) is unknown color: approx Kobi. HEX triplet: E0, 95 and AB. RGB value is (224,149,171). Sum of RGB (Red+Green+Blue) = 224+149+171=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E095AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095AB is #1F6A54. Grayscale: #ADADAD. Windows color (decimal): -2058837 or 11245024. OLE color: 11245024.

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

Color convert

RGB224149171-
CMYK00.330.240.12
HSL342.4º54.74%73.14%-
HSV(B)342.4º33.48%87.84%-
XYZ48.8440.2843.73-
YUV173.93126.35163.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=41.18%
G=27.39%
B=31.43%

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
Decimal22414917100.330.240.12342.454.7473.14
HexE095AB02118C1563749
Octal340225253041301452667111
Binary11100000100101011010101101000011100011001010101101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e095ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e095ab; }

 p { color: rgb(224,149,171); }

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

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

 a { background-color: rgb(224,149,171); }

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

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

 span { border-color: rgb(224,149,171); }

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