#E592AF

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

Shades of Kobi #E592AF

Tints of Kobi #E592AF

Color information

#E592AF (or 0xE592AF) is unknown color: approx Kobi. HEX triplet: E5, 92 and AF. RGB value is (229,146,175). Sum of RGB (Red+Green+Blue) = 229+146+175=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E592AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592AF is #1A6D50. Grayscale: #AEAEAE. Windows color (decimal): -1731921 or 11506405. OLE color: 11506405.

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

Color convert

RGB229146175-
CMYK00.360.240.10
HSL339.04º61.48%73.53%-
HSV(B)339.04º36.24%89.8%-
XYZ50.3340.3145.69-
YUV174.12128.5167.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=41.64%
G=26.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914617500.360.240.10339.0461.4873.53
HexE592AF02418A1533d4a
Octal345222257044301252375112
Binary11100101100100101010111101001001100010101010100111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592AF; }

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

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

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

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

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

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

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

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