#E193AA

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

Shades of Kobi #E193AA

Tints of Kobi #E193AA

Color information

#E193AA (or 0xE193AA) is unknown color: approx Kobi. HEX triplet: E1, 93 and AA. RGB value is (225,147,170). Sum of RGB (Red+Green+Blue) = 225+147+170=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E193AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E193AA is #1E6C55. Grayscale: #ACACAC. Windows color (decimal): -1993814 or 11178977. OLE color: 11178977.

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

Color convert

RGB225147170-
CMYK00.350.240.12
HSL342.31º56.52%72.94%-
HSV(B)342.31º34.67%88.24%-
XYZ48.7439.7843.14-
YUV172.94126.34165.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=41.51%
G=27.12%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514717000.350.240.12342.3156.5272.94
HexE193AA02318C1563949
Octal341223252043301452671111
Binary11100001100100111010101001000111100011001010101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193AA; }

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

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

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

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

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

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

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

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