#E09AB5

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

Shades of Kobi #E09AB5

Tints of Kobi #E09AB5

Color information

#E09AB5 (or 0xE09AB5) is unknown color: approx Kobi. HEX triplet: E0, 9A and B5. RGB value is (224,154,181). Sum of RGB (Red+Green+Blue) = 224+154+181=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AB5 is #1F654A. Grayscale: #B1B1B1. Windows color (decimal): -2057547 or 11901664. OLE color: 11901664.

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

Color convert

RGB224154181-
CMYK00.310.190.12
HSL336.86º53.03%74.12%-
HSV(B)336.86º31.25%87.84%-
XYZ50.6442.2949.21-
YUV178.01129.69160.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=40.07%
G=27.55%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415418100.310.190.12336.8653.0374.12
HexE09AB501F13C151354a
Octal340232265037231452165112
Binary1110000010011010101101010111111001111001010100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AB5; }

 p { color: rgb(224,154,181); }

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

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

 a { background-color: rgb(224,154,181); }

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

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

 span { border-color: rgb(224,154,181); }

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