#E58DA2

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

Shades of Kobi #E58DA2

Tints of Kobi #E58DA2

Color information

#E58DA2 (or 0xE58DA2) is unknown color: approx Kobi. HEX triplet: E5, 8D and A2. RGB value is (229,141,162). Sum of RGB (Red+Green+Blue) = 229+141+162=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DA2 is #1A725D. Grayscale: #A9A9A9. Windows color (decimal): -1733214 or 10653157. OLE color: 10653157.

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

Color convert

RGB229141162-
CMYK00.380.290.10
HSL345.68º62.86%72.55%-
HSV(B)345.68º38.43%89.8%-
XYZ48.3638.3239.03-
YUV169.71123.65170.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.05%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 162 (63.67% from 255) = 30.45%
R=43.05%
G=26.50%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914116200.380.290.10345.6862.8672.55
HexE58DA20261DA15a3f49
Octal345215242046351253277111
Binary11100101100011011010001001001101110110101010110101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DA2; }

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

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

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

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

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

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

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

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