#E592AC

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

Shades of Kobi #E592AC

Tints of Kobi #E592AC

Color information

#E592AC (or 0xE592AC) is unknown color: approx Kobi. HEX triplet: E5, 92 and AC. RGB value is (229,146,172). Sum of RGB (Red+Green+Blue) = 229+146+172=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E592AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592AC is #1A6D53. Grayscale: #ADADAD. Windows color (decimal): -1731924 or 11309797. OLE color: 11309797.

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

Color convert

RGB229146172-
CMYK00.360.250.10
HSL341.2º61.48%73.53%-
HSV(B)341.2º36.24%89.8%-
XYZ50.0440.1944.15-
YUV173.78127167.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=41.86%
G=26.69%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914617200.360.250.10341.261.4873.53
HexE592AC02419A1553d4a
Octal345222254044311252575112
Binary11100101100100101010110001001001100110101010101011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592AC; }

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

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

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

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

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

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

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

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