#E199AB

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

Shades of Kobi #E199AB

Tints of Kobi #E199AB

Color information

#E199AB (or 0xE199AB) is unknown color: approx Kobi. HEX triplet: E1, 99 and AB. RGB value is (225,153,171). Sum of RGB (Red+Green+Blue) = 225+153+171=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E199AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199AB is #1E6654. Grayscale: #B0B0B0. Windows color (decimal): -1992277 or 11246049. OLE color: 11246049.

HSL color Cylindrical-coordinate representation of color #E199AB: hue angle of 345º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E199AB is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225153171-
CMYK00.320.240.12
HSL345º54.55%74.12%-
HSV(B)345º32%88.24%-
XYZ49.7941.7343.96-
YUV176.58124.85162.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=40.98%
G=27.87%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515317100.320.240.1234554.5574.12
HexE199AB02018C159374a
Octal341231253040301453167112
Binary11100001100110011010101101000001100011001010110011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199AB; }

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

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

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

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

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

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

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

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