#E58DA6

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

Shades of Kobi #E58DA6

Tints of Kobi #E58DA6

Color information

#E58DA6 (or 0xE58DA6) is unknown color: approx Kobi. HEX triplet: E5, 8D and A6. RGB value is (229,141,166). Sum of RGB (Red+Green+Blue) = 229+141+166=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DA6 is #1A7259. Grayscale: #AAAAAA. Windows color (decimal): -1733210 or 10915301. OLE color: 10915301.

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

Color convert

RGB229141166-
CMYK00.380.280.10
HSL342.95º62.86%72.55%-
HSV(B)342.95º38.43%89.8%-
XYZ48.7238.4640.93-
YUV170.16125.65169.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 166 (65.23% from 255) = 30.97%
R=42.72%
G=26.31%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914116600.380.280.10342.9562.8672.55
HexE58DA60261CA1573f49
Octal345215246046341252777111
Binary11100101100011011010011001001101110010101010101111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DA6; }

 p { color: rgb(229,141,166); }

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

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

 a { background-color: rgb(229,141,166); }

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

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

 span { border-color: rgb(229,141,166); }

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