#E19DA6

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

Shades of Kobi #E19DA6

Tints of Kobi #E19DA6

Color information

#E19DA6 (or 0xE19DA6) is unknown color: approx Kobi. HEX triplet: E1, 9D and A6. RGB value is (225,157,166). Sum of RGB (Red+Green+Blue) = 225+157+166=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DA6 is #1E6259. Grayscale: #B2B2B2. Windows color (decimal): -1991258 or 10919393. OLE color: 10919393.

HSL color Cylindrical-coordinate representation of color #E19DA6: hue angle of 352.06º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DA6 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB225157166-
CMYK00.300.260.12
HSL352.06º53.12%74.9%-
HSV(B)352.06º30.22%88.24%-
XYZ49.9942.8741.72-
YUV178.36121.03161.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 166 (65.23% from 255) = 30.29%
R=41.06%
G=28.65%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515716600.300.260.12352.0653.1274.9
HexE19DA601E1AC160354b
Octal341235246036321454065113
Binary1110000110011101101001100111101101011001011000001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DA6; }

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

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

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

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

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

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

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

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