#E585AE

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

Shades of Kobi #E585AE

Tints of Kobi #E585AE

Color information

#E585AE (or 0xE585AE) is unknown color: approx Kobi. HEX triplet: E5, 85 and AE. RGB value is (229,133,174). Sum of RGB (Red+Green+Blue) = 229+133+174=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E585AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E585AE is #1A7A51. Grayscale: #A6A6A6. Windows color (decimal): -1735250 or 11437541. OLE color: 11437541.

HSL color Cylindrical-coordinate representation of color #E585AE: hue angle of 334.38º 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 #E585AE is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229133174-
CMYK00.420.240.10
HSL334.38º64.86%70.98%-
HSV(B)334.38º41.92%89.8%-
XYZ48.3436.4944.54-
YUV166.38132.3172.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=42.72%
G=24.81%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913317400.420.240.10334.3864.8670.98
HexE585AE02A18A14e4147
Octal3452052560523012516101107
Binary111001011000010110101110010101011000101010100111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585AE; }

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

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

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

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

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

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

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

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