#E58DAF

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

Shades of Kobi #E58DAF

Tints of Kobi #E58DAF

Color information

#E58DAF (or 0xE58DAF) is unknown color: approx Kobi. HEX triplet: E5, 8D and AF. RGB value is (229,141,175). Sum of RGB (Red+Green+Blue) = 229+141+175=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DAF is #1A7250. Grayscale: #ABABAB. Windows color (decimal): -1733201 or 11505125. OLE color: 11505125.

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

Color convert

RGB229141175-
CMYK00.380.240.10
HSL336.82º62.86%72.55%-
HSV(B)336.82º38.43%89.8%-
XYZ49.5838.845.43-
YUV171.19130.15169.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=42.02%
G=25.87%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914117500.380.240.10336.8262.8672.55
HexE58DAF02618A1513f49
Octal345215257046301252177111
Binary11100101100011011010111101001101100010101010100011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DAF; }

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

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

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

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

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

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

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

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