#E595AB

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

Shades of Kobi #E595AB

Tints of Kobi #E595AB

Color information

#E595AB (or 0xE595AB) is unknown color: approx Kobi. HEX triplet: E5, 95 and AB. RGB value is (229,149,171). Sum of RGB (Red+Green+Blue) = 229+149+171=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E595AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E595AB is #1A6A54. Grayscale: #AFAFAF. Windows color (decimal): -1731157 or 11245029. OLE color: 11245029.

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

Color convert

RGB229149171-
CMYK00.350.250.10
HSL343.5º60.61%74.12%-
HSV(B)343.5º34.93%89.8%-
XYZ50.4141.0943.8-
YUV175.43125.5166.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.71%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=41.71%
G=27.14%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914917100.350.250.10343.560.6174.12
HexE595AB02319A1583d4a
Octal345225253043311253075112
Binary11100101100101011010101101000111100110101010110001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E595AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E595AB; }

 p { color: rgb(229,149,171); }

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

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

 a { background-color: rgb(229,149,171); }

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

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

 span { border-color: rgb(229,149,171); }

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