#E580AC

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

Shades of Kobi #E580AC

Tints of Kobi #E580AC

Color information

#E580AC (or 0xE580AC) is unknown color: approx Kobi. HEX triplet: E5, 80 and AC. RGB value is (229,128,172). Sum of RGB (Red+Green+Blue) = 229+128+172=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E580AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E580AC is #1A7F53. Grayscale: #A3A3A3. Windows color (decimal): -1736532 or 11305189. OLE color: 11305189.

HSL color Cylindrical-coordinate representation of color #E580AC: hue angle of 333.86º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580AC is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB229128172-
CMYK00.440.250.10
HSL333.86º66.01%70%-
HSV(B)333.86º44.1%89.8%-
XYZ47.4835.0743.3-
YUV163.22132.96174.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.29%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=43.29%
G=24.20%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912817200.440.250.10333.8666.0170
HexE580AC02C19A14e4246
Octal3452002540543112516102106
Binary111001011000000010101100010110011001101010100111010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580AC; }

 p { color: rgb(229,128,172); }

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

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

 a { background-color: rgb(229,128,172); }

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

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

 span { border-color: rgb(229,128,172); }

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