#E19DB2

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

Shades of Kobi #E19DB2

Tints of Kobi #E19DB2

Color information

#E19DB2 (or 0xE19DB2) is unknown color: approx Kobi. HEX triplet: E1, 9D and B2. RGB value is (225,157,178). Sum of RGB (Red+Green+Blue) = 225+157+178=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DB2 is #1E624D. Grayscale: #B3B3B3. Windows color (decimal): -1991246 or 11705825. OLE color: 11705825.

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

Color convert

RGB225157178-
CMYK00.300.210.12
HSL341.47º53.12%74.9%-
HSV(B)341.47º30.22%88.24%-
XYZ51.1443.3447.79-
YUV179.73127.03160.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=40.18%
G=28.04%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515717800.300.210.12341.4753.1274.9
HexE19DB201E15C155354b
Octal341235262036251452565113
Binary1110000110011101101100100111101010111001010101011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DB2; }

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

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

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

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

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

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

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

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