#E09BA7

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

Shades of Kobi #E09BA7

Tints of Kobi #E09BA7

Color information

#E09BA7 (or 0xE09BA7) is unknown color: approx Kobi. HEX triplet: E0, 9B and A7. RGB value is (224,155,167). Sum of RGB (Red+Green+Blue) = 224+155+167=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BA7 is #1F6458. Grayscale: #B1B1B1. Windows color (decimal): -2057305 or 10984416. OLE color: 10984416.

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

Color convert

RGB224155167-
CMYK00.310.250.12
HSL349.57º52.67%74.31%-
HSV(B)349.57º30.8%87.84%-
XYZ49.4442.0842.08-
YUV177122.36161.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=41.03%
G=28.39%
B=30.59%

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
Decimal22415516700.310.250.12349.5752.6774.31
HexE09BA701F19C15e354a
Octal340233247037311453665112
Binary1110000010011011101001110111111100111001010111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BA7; }

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

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

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

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

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

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

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

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