#E19AA9

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

Shades of Kobi #E19AA9

Tints of Kobi #E19AA9

Color information

#E19AA9 (or 0xE19AA9) is unknown color: approx Kobi. HEX triplet: E1, 9A and A9. RGB value is (225,154,169). Sum of RGB (Red+Green+Blue) = 225+154+169=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AA9 is #1E6556. Grayscale: #B0B0B0. Windows color (decimal): -1992023 or 11115233. OLE color: 11115233.

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

Color convert

RGB225154169-
CMYK00.320.250.12
HSL347.32º54.2%74.31%-
HSV(B)347.32º31.56%88.24%-
XYZ49.7741.9843.02-
YUV176.94123.52162.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=41.06%
G=28.10%
B=30.84%

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
Decimal22515416900.320.250.12347.3254.274.31
HexE19AA902019C15b364a
Octal341232251040311453366112
Binary11100001100110101010100101000001100111001010110111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AA9; }

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

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

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

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

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

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

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

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