#e58fa7

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

Shades of Kobi #E58FA7

Tints of Kobi #E58FA7

Color information

#E58FA7 (or 0xE58FA7) is unknown color: approx Kobi. HEX triplet: E5, 8F and A7. RGB value is (229,143,167). Sum of RGB (Red+Green+Blue) = 229+143+167=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FA7 is #1A7058. Grayscale: #ABABAB. Windows color (decimal): -1732697 or 10981349. OLE color: 10981349.

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

Color convert

RGB229143167-
CMYK00.380.270.10
HSL343.26º62.32%72.94%-
HSV(B)343.26º37.55%89.8%-
XYZ49.1139.0941.52-
YUV171.45125.49169.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 167 (65.62% from 255) = 30.98%
R=42.49%
G=26.53%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914316700.380.270.10343.2662.3272.94
HexE58FA70261BA1573e49
Octal345217247046331252776111
Binary11100101100011111010011101001101101110101010101111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e58fa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e58fa7; }

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

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

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

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

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

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

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

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