#E592AA

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

Shades of Kobi #E592AA

Tints of Kobi #E592AA

Color information

#E592AA (or 0xE592AA) is unknown color: approx Kobi. HEX triplet: E5, 92 and AA. RGB value is (229,146,170). Sum of RGB (Red+Green+Blue) = 229+146+170=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E592AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592AA is #1A6D55. Grayscale: #ADADAD. Windows color (decimal): -1731926 or 11178725. OLE color: 11178725.

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

Color convert

RGB229146170-
CMYK00.360.260.10
HSL342.65º61.48%73.53%-
HSV(B)342.65º36.24%89.8%-
XYZ49.8540.1243.15-
YUV173.55126167.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=42.02%
G=26.79%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914617000.360.260.10342.6561.4873.53
HexE592AA0241AA1573d4a
Octal345222252044321252775112
Binary11100101100100101010101001001001101010101010101111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592AA; }

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

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

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

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

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

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

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

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