#E09BB0

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

Shades of Kobi #E09BB0

Tints of Kobi #E09BB0

Color information

#E09BB0 (or 0xE09BB0) is unknown color: approx Kobi. HEX triplet: E0, 9B and B0. RGB value is (224,155,176). Sum of RGB (Red+Green+Blue) = 224+155+176=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BB0 is #1F644F. Grayscale: #B2B2B2. Windows color (decimal): -2057296 or 11574240. OLE color: 11574240.

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

Color convert

RGB224155176-
CMYK00.310.210.12
HSL341.74º52.67%74.31%-
HSV(B)341.74º30.8%87.84%-
XYZ50.342.4246.61-
YUV178.02126.86160.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=40.36%
G=27.93%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415517600.310.210.12341.7452.6774.31
HexE09BB001F15C156354a
Octal340233260037251452665112
Binary1110000010011011101100000111111010111001010101101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BB0; }

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

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

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

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

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

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

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

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