#E193AB

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

Shades of Kobi #E193AB

Tints of Kobi #E193AB

Color information

#E193AB (or 0xE193AB) is unknown color: approx Kobi. HEX triplet: E1, 93 and AB. RGB value is (225,147,171). Sum of RGB (Red+Green+Blue) = 225+147+171=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E193AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E193AB is #1E6C54. Grayscale: #ADADAD. Windows color (decimal): -1993813 or 11244513. OLE color: 11244513.

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

Color convert

RGB225147171-
CMYK00.350.240.12
HSL341.54º56.52%72.94%-
HSV(B)341.54º34.67%88.24%-
XYZ48.8439.8243.64-
YUV173.06126.84165.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=41.44%
G=27.07%
B=31.49%

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
Decimal22514717100.350.240.12341.5456.5272.94
HexE193AB02318C1563949
Octal341223253043301452671111
Binary11100001100100111010101101000111100011001010101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193AB; }

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

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

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

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

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

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

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

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