#E585A4

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

Shades of Kobi #E585A4

Tints of Kobi #E585A4

Color information

#E585A4 (or 0xE585A4) is unknown color: approx Kobi. HEX triplet: E5, 85 and A4. RGB value is (229,133,164). Sum of RGB (Red+Green+Blue) = 229+133+164=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E585A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E585A4 is #1A7A5B. Grayscale: #A5A5A5. Windows color (decimal): -1735260 or 10782181. OLE color: 10782181.

HSL color Cylindrical-coordinate representation of color #E585A4: hue angle of 340.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585A4 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB229133164-
CMYK00.420.280.10
HSL340.62º64.86%70.98%-
HSV(B)340.62º41.92%89.8%-
XYZ47.436.1139.59-
YUV165.24127.3173.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.54%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 164 (64.45% from 255) = 31.18%
R=43.54%
G=25.29%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913316400.420.280.10340.6264.8670.98
HexE585A402A1CA1554147
Octal3452052440523412525101107
Binary111001011000010110100100010101011100101010101010110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585A4; }

 p { color: rgb(229,133,164); }

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

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

 a { background-color: rgb(229,133,164); }

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

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

 span { border-color: rgb(229,133,164); }

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