#EEBAAD

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

Shades of Beauty Bush #EEBAAD

Tints of Beauty Bush #EEBAAD

Color information

#EEBAAD (or 0xEEBAAD) is unknown color: approx Beauty Bush. HEX triplet: EE, BA and AD. RGB value is (238,186,173). Sum of RGB (Red+Green+Blue) = 238+186+173=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAAD is #114552. Grayscale: #C8C8C8. Windows color (decimal): -1131859 or 11385582. OLE color: 11385582.

HSL color Cylindrical-coordinate representation of color #EEBAAD: hue angle of 12º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEBAAD is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB238186173-
CMYK00.220.270.07
HSL12º65.66%80.59%-
HSV(B)12º27.31%93.33%-
XYZ60.3656.3147.22-
YUV200.07112.73155.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.87%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=39.87%
G=31.16%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818617300.220.270.071265.6680.59
HexEEBAAD0161B7c4251
Octal35627225502633714102121
Binary11101110101110101010110101011011011111110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAAD; }

 p { color: rgb(238,186,173); }

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

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

 a { background-color: rgb(238,186,173); }

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

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

 span { border-color: rgb(238,186,173); }

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