#E58FB0

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

Shades of Kobi #E58FB0

Tints of Kobi #E58FB0

Color information

#E58FB0 (or 0xE58FB0) is unknown color: approx Kobi. HEX triplet: E5, 8F and B0. RGB value is (229,143,176). Sum of RGB (Red+Green+Blue) = 229+143+176=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FB0 is #1A704F. Grayscale: #ACACAC. Windows color (decimal): -1732688 or 11571173. OLE color: 11571173.

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

Color convert

RGB229143176-
CMYK00.380.230.10
HSL336.98º62.32%72.94%-
HSV(B)336.98º37.55%89.8%-
XYZ49.9739.4446.05-
YUV172.48129.99168.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.79%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 176 (69.14% from 255) = 32.12%
R=41.79%
G=26.09%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914317600.380.230.10336.9862.3272.94
HexE58FB002617A1513e49
Octal345217260046271252176111
Binary11100101100011111011000001001101011110101010100011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58FB0; }

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

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

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

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

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

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

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

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