#E0A0B5

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

Shades of Kobi #E0A0B5

Tints of Kobi #E0A0B5

Color information

#E0A0B5 (or 0xE0A0B5) is unknown color: approx Kobi. HEX triplet: E0, A0 and B5. RGB value is (224,160,181). Sum of RGB (Red+Green+Blue) = 224+160+181=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A0B5 is #1F5F4A. Grayscale: #B5B5B5. Windows color (decimal): -2056011 or 11903200. OLE color: 11903200.

HSL color Cylindrical-coordinate representation of color #E0A0B5: hue angle of 340.31º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A0B5 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB224160181-
CMYK00.290.190.12
HSL340.31º50.79%75.29%-
HSV(B)340.31º28.57%87.84%-
XYZ51.6544.3349.55-
YUV181.53127.7158.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=39.65%
G=28.32%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416018100.290.190.12340.3150.7975.29
HexE0A0B501D13C154334b
Octal340240265035231452463113
Binary1110000010100000101101010111011001111001010101001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0B5; }

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

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

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

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

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

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

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

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