#e09baf

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

Shades of Kobi #E09BAF

Tints of Kobi #E09BAF

Color information

#E09BAF (or 0xE09BAF) is unknown color: approx Kobi. HEX triplet: E0, 9B and AF. RGB value is (224,155,175). Sum of RGB (Red+Green+Blue) = 224+155+175=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BAF is #1F6450. Grayscale: #B1B1B1. Windows color (decimal): -2057297 or 11508704. OLE color: 11508704.

HSL color Cylindrical-coordinate representation of color #E09BAF: hue angle of 342.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BAF is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224155175-
CMYK00.310.220.12
HSL342.61º52.67%74.31%-
HSV(B)342.61º30.8%87.84%-
XYZ50.242.3946.09-
YUV177.91126.36160.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=40.43%
G=27.98%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415517500.310.220.12342.6152.6774.31
HexE09BAF01F16C157354a
Octal340233257037261452765112
Binary1110000010011011101011110111111011011001010101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e09baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e09baf; }

 p { color: rgb(224,155,175); }

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

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

 a { background-color: rgb(224,155,175); }

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

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

 span { border-color: rgb(224,155,175); }

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