#E392A4

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

Shades of Kobi #E392A4

Tints of Kobi #E392A4

Color information

#E392A4 (or 0xE392A4) is unknown color: approx Kobi. HEX triplet: E3, 92 and A4. RGB value is (227,146,164). Sum of RGB (Red+Green+Blue) = 227+146+164=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E392A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E392A4 is #1C6D5B. Grayscale: #ACACAC. Windows color (decimal): -1863004 or 10785507. OLE color: 10785507.

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

Color convert

RGB227146164-
CMYK00.360.280.11
HSL346.67º59.12%73.14%-
HSV(B)346.67º35.68%89.02%-
XYZ48.6639.5740.19-
YUV172.27123.34167.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=42.27%
G=27.19%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714616400.360.280.11346.6759.1273.14
HexE392A40241CB15b3b49
Octal343222244044341353373111
Binary11100011100100101010010001001001110010111010110111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392A4; }

 p { color: rgb(227,146,164); }

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

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

 a { background-color: rgb(227,146,164); }

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

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

 span { border-color: rgb(227,146,164); }

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