#E09FAB

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

Shades of Kobi #E09FAB

Tints of Kobi #E09FAB

Color information

#E09FAB (or 0xE09FAB) is unknown color: approx Kobi. HEX triplet: E0, 9F and AB. RGB value is (224,159,171). Sum of RGB (Red+Green+Blue) = 224+159+171=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FAB is #1F6054. Grayscale: #B3B3B3. Windows color (decimal): -2056277 or 11247584. OLE color: 11247584.

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

Color convert

RGB224159171-
CMYK00.290.240.12
HSL348.92º51.18%75.1%-
HSV(B)348.92º29.02%87.84%-
XYZ50.4943.5844.28-
YUV179.8123.03159.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=40.43%
G=28.70%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415917100.290.240.12348.9251.1875.1
HexE09FAB01D18C15d334b
Octal340237253035301453563113
Binary1110000010011111101010110111011100011001010111011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FAB; }

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

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

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

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

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

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

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

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