#E19DAD

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

Shades of Kobi #E19DAD

Tints of Kobi #E19DAD

Color information

#E19DAD (or 0xE19DAD) is unknown color: approx Kobi. HEX triplet: E1, 9D and AD. RGB value is (225,157,173). Sum of RGB (Red+Green+Blue) = 225+157+173=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DAD is #1E6252. Grayscale: #B3B3B3. Windows color (decimal): -1991251 or 11378145. OLE color: 11378145.

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

Color convert

RGB225157173-
CMYK00.300.230.12
HSL345.88º53.12%74.9%-
HSV(B)345.88º30.22%88.24%-
XYZ50.6543.1445.19-
YUV179.16124.53160.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=40.54%
G=28.29%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515717300.300.230.12345.8853.1274.9
HexE19DAD01E17C15a354b
Octal341235255036271453265113
Binary1110000110011101101011010111101011111001010110101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DAD; }

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

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

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

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

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

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

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

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