#E09BB1

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

Shades of Kobi #E09BB1

Tints of Kobi #E09BB1

Color information

#E09BB1 (or 0xE09BB1) is unknown color: approx Kobi. HEX triplet: E0, 9B and B1. RGB value is (224,155,177). Sum of RGB (Red+Green+Blue) = 224+155+177=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BB1 is #1F644E. Grayscale: #B2B2B2. Windows color (decimal): -2057295 or 11639776. OLE color: 11639776.

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

Color convert

RGB224155177-
CMYK00.310.210.12
HSL340.87º52.67%74.31%-
HSV(B)340.87º30.8%87.84%-
XYZ50.442.4647.14-
YUV178.14127.36160.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=40.29%
G=27.88%
B=31.83%

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
Decimal22415517700.310.210.12340.8752.6774.31
HexE09BB101F15C155354a
Octal340233261037251452565112
Binary1110000010011011101100010111111010111001010101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BB1; }

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

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

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

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

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

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

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

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