#E199A9

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

Shades of Kobi #E199A9

Tints of Kobi #E199A9

Color information

#E199A9 (or 0xE199A9) is unknown color: approx Kobi. HEX triplet: E1, 99 and A9. RGB value is (225,153,169). Sum of RGB (Red+Green+Blue) = 225+153+169=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A9 is #1E6656. Grayscale: #B0B0B0. Windows color (decimal): -1992279 or 11114977. OLE color: 11114977.

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

Color convert

RGB225153169-
CMYK00.320.250.12
HSL346.67º54.55%74.12%-
HSV(B)346.67º32%88.24%-
XYZ49.641.6542.96-
YUV176.35123.85162.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=41.13%
G=27.97%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515316900.320.250.12346.6754.5574.12
HexE199A902019C15b374a
Octal341231251040311453367112
Binary11100001100110011010100101000001100111001010110111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199A9; }

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

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

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

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

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

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

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

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