#E19DA9

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

Shades of Kobi #E19DA9

Tints of Kobi #E19DA9

Color information

#E19DA9 (or 0xE19DA9) is unknown color: approx Kobi. HEX triplet: E1, 9D and A9. RGB value is (225,157,169). Sum of RGB (Red+Green+Blue) = 225+157+169=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DA9 is #1E6256. Grayscale: #B2B2B2. Windows color (decimal): -1991255 or 11116001. OLE color: 11116001.

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

Color convert

RGB225157169-
CMYK00.300.250.12
HSL349.41º53.12%74.9%-
HSV(B)349.41º30.22%88.24%-
XYZ50.2742.9943.18-
YUV178.7122.53161.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 169 (66.41% from 255) = 30.67%
R=40.83%
G=28.49%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515716900.300.250.12349.4153.1274.9
HexE19DA901E19C15d354b
Octal341235251036311453565113
Binary1110000110011101101010010111101100111001010111011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DA9; }

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

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

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

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

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

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

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

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