#E09BA9

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

Shades of Kobi #E09BA9

Tints of Kobi #E09BA9

Color information

#E09BA9 (or 0xE09BA9) is unknown color: approx Kobi. HEX triplet: E0, 9B and A9. RGB value is (224,155,169). Sum of RGB (Red+Green+Blue) = 224+155+169=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BA9 is #1F6456. Grayscale: #B1B1B1. Windows color (decimal): -2057303 or 11115488. OLE color: 11115488.

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

Color convert

RGB224155169-
CMYK00.310.250.12
HSL347.83º52.67%74.31%-
HSV(B)347.83º30.8%87.84%-
XYZ49.6242.1543.06-
YUV177.23123.36161.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=40.88%
G=28.28%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415516900.310.250.12347.8352.6774.31
HexE09BA901F19C15c354a
Octal340233251037311453465112
Binary1110000010011011101010010111111100111001010111001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BA9; }

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

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

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

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

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

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

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

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