#E393A8

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

Shades of Kobi #E393A8

Tints of Kobi #E393A8

Color information

#E393A8 (or 0xE393A8) is unknown color: approx Kobi. HEX triplet: E3, 93 and A8. RGB value is (227,147,168). Sum of RGB (Red+Green+Blue) = 227+147+168=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E393A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E393A8 is #1C6C57. Grayscale: #ADADAD. Windows color (decimal): -1862744 or 11047907. OLE color: 11047907.

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

Color convert

RGB227147168-
CMYK00.350.260.11
HSL344.25º58.82%73.33%-
HSV(B)344.25º35.24%89.02%-
XYZ49.1840.0342.18-
YUV173.31125166.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.88%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 168 (66.02% from 255) = 31.00%
R=41.88%
G=27.12%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714716800.350.260.11344.2558.8273.33
HexE393A80231AB1583b49
Octal343223250043321353073111
Binary11100011100100111010100001000111101010111010110001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393A8; }

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

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

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

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

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

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

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

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