#E58DAC

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

Shades of Kobi #E58DAC

Tints of Kobi #E58DAC

Color information

#E58DAC (or 0xE58DAC) is unknown color: approx Kobi. HEX triplet: E5, 8D and AC. RGB value is (229,141,172). Sum of RGB (Red+Green+Blue) = 229+141+172=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DAC is #1A7253. Grayscale: #AAAAAA. Windows color (decimal): -1733204 or 11308517. OLE color: 11308517.

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

Color convert

RGB229141172-
CMYK00.380.250.10
HSL338.86º62.86%72.55%-
HSV(B)338.86º38.43%89.8%-
XYZ49.2838.6943.9-
YUV170.85128.65169.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.25%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=42.25%
G=26.01%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914117200.380.250.10338.8662.8672.55
HexE58DAC02619A1533f49
Octal345215254046311252377111
Binary11100101100011011010110001001101100110101010100111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DAC; }

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

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

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

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

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

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

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

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