#E0A0B4

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

Shades of Kobi #E0A0B4

Tints of Kobi #E0A0B4

Color information

#E0A0B4 (or 0xE0A0B4) is unknown color: approx Kobi. HEX triplet: E0, A0 and B4. RGB value is (224,160,180). Sum of RGB (Red+Green+Blue) = 224+160+180=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A0B4 is #1F5F4B. Grayscale: #B5B5B5. Windows color (decimal): -2056012 or 11837664. OLE color: 11837664.

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

Color convert

RGB224160180-
CMYK00.290.200.12
HSL341.25º50.79%75.29%-
HSV(B)341.25º28.57%87.84%-
XYZ51.5544.2849.01-
YUV181.42127.2158.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=39.72%
G=28.37%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416018000.290.200.12341.2550.7975.29
HexE0A0B401D14C155334b
Octal340240264035241452563113
Binary1110000010100000101101000111011010011001010101011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0B4; }

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

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

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

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

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

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

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

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