#E393A5

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

Shades of Kobi #E393A5

Tints of Kobi #E393A5

Color information

#E393A5 (or 0xE393A5) is unknown color: approx Kobi. HEX triplet: E3, 93 and A5. RGB value is (227,147,165). Sum of RGB (Red+Green+Blue) = 227+147+165=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E393A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E393A5 is #1C6C5A. Grayscale: #ACACAC. Windows color (decimal): -1862747 or 10851299. OLE color: 10851299.

HSL color Cylindrical-coordinate representation of color #E393A5: hue angle of 346.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E393A5 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB227147165-
CMYK00.350.270.11
HSL346.5º58.82%73.33%-
HSV(B)346.5º35.24%89.02%-
XYZ48.939.9140.72-
YUV172.97123.5166.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 165 (64.84% from 255) = 30.61%
R=42.12%
G=27.27%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714716500.350.270.11346.558.8273.33
HexE393A50231BB15a3b49
Octal343223245043331353273111
Binary11100011100100111010010101000111101110111010110101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393A5; }

 p { color: rgb(227,147,165); }

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

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

 a { background-color: rgb(227,147,165); }

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

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

 span { border-color: rgb(227,147,165); }

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