#e58fae

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

Shades of Kobi #E58FAE

Tints of Kobi #E58FAE

Color information

#E58FAE (or 0xE58FAE) is unknown color: approx Kobi. HEX triplet: E5, 8F and AE. RGB value is (229,143,174). Sum of RGB (Red+Green+Blue) = 229+143+174=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FAE is #1A7051. Grayscale: #ACACAC. Windows color (decimal): -1732690 or 11440101. OLE color: 11440101.

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

Color convert

RGB229143174-
CMYK00.380.240.10
HSL338.37º62.32%72.94%-
HSV(B)338.37º37.55%89.8%-
XYZ49.7839.3645.02-
YUV172.25128.99168.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.94%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=41.94%
G=26.19%
B=31.87%

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
Decimal22914317400.380.240.10338.3762.3272.94
HexE58FAE02618A1523e49
Octal345217256046301252276111
Binary11100101100011111010111001001101100010101010100101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e58fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e58fae; }

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

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

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

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

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

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

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

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