#E193A4

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

Shades of Kobi #E193A4

Tints of Kobi #E193A4

Color information

#E193A4 (or 0xE193A4) is unknown color: approx Kobi. HEX triplet: E1, 93 and A4. RGB value is (225,147,164). Sum of RGB (Red+Green+Blue) = 225+147+164=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E193A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E193A4 is #1E6C5B. Grayscale: #ACACAC. Windows color (decimal): -1993820 or 10785761. OLE color: 10785761.

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

Color convert

RGB225147164-
CMYK00.350.270.12
HSL346.92º56.52%72.94%-
HSV(B)346.92º34.67%88.24%-
XYZ48.1939.5640.22-
YUV172.26123.34165.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=41.98%
G=27.43%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514716400.350.270.12346.9256.5272.94
HexE193A40231BC15b3949
Octal341223244043331453371111
Binary11100001100100111010010001000111101111001010110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193A4; }

 p { color: rgb(225,147,164); }

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

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

 a { background-color: rgb(225,147,164); }

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

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

 span { border-color: rgb(225,147,164); }

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