#E19AA6

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

Shades of Kobi #E19AA6

Tints of Kobi #E19AA6

Color information

#E19AA6 (or 0xE19AA6) is unknown color: approx Kobi. HEX triplet: E1, 9A and A6. RGB value is (225,154,166). Sum of RGB (Red+Green+Blue) = 225+154+166=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AA6 is #1E6559. Grayscale: #B0B0B0. Windows color (decimal): -1992026 or 10918625. OLE color: 10918625.

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

Color convert

RGB225154166-
CMYK00.320.260.12
HSL349.86º54.2%74.31%-
HSV(B)349.86º31.56%88.24%-
XYZ49.4941.8741.55-
YUV176.6122.02162.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=41.28%
G=28.26%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515416600.320.260.12349.8654.274.31
HexE19AA60201AC15e364a
Octal341232246040321453666112
Binary11100001100110101010011001000001101011001010111101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AA6; }

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

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

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

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

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

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

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

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