#E19DA5

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

Shades of Kobi #E19DA5

Tints of Kobi #E19DA5

Color information

#E19DA5 (or 0xE19DA5) is unknown color: approx Kobi. HEX triplet: E1, 9D and A5. RGB value is (225,157,165). Sum of RGB (Red+Green+Blue) = 225+157+165=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DA5 is #1E625A. Grayscale: #B2B2B2. Windows color (decimal): -1991259 or 10853857. OLE color: 10853857.

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

Color convert

RGB225157165-
CMYK00.300.270.12
HSL352.94º53.12%74.9%-
HSV(B)352.94º30.22%88.24%-
XYZ49.942.8441.24-
YUV178.24120.53161.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 165 (64.84% from 255) = 30.16%
R=41.13%
G=28.70%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515716500.300.270.12352.9453.1274.9
HexE19DA501E1BC161354b
Octal341235245036331454165113
Binary1110000110011101101001010111101101111001011000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DA5; }

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

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

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

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

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

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

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

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