#E49DAD

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

Shades of Kobi #E49DAD

Tints of Kobi #E49DAD

Color information

#E49DAD (or 0xE49DAD) is unknown color: approx Kobi. HEX triplet: E4, 9D and AD. RGB value is (228,157,173). Sum of RGB (Red+Green+Blue) = 228+157+173=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49DAD is #1B6252. Grayscale: #B4B4B4. Windows color (decimal): -1794643 or 11378148. OLE color: 11378148.

HSL color Cylindrical-coordinate representation of color #E49DAD: hue angle of 346.48º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DAD is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB228157173-
CMYK00.310.240.11
HSL346.48º56.8%75.49%-
HSV(B)346.48º31.14%89.41%-
XYZ51.5943.6345.24-
YUV180.05124.02162.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.86%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=40.86%
G=28.14%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815717300.310.240.11346.4856.875.49
HexE49DAD01F18B15a394b
Octal344235255037301353271113
Binary1110010010011101101011010111111100010111010110101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49DAD; }

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

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

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

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

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

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

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

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