#EEBBB9

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

Shades of Beauty Bush #EEBBB9

Tints of Beauty Bush #EEBBB9

Color information

#EEBBB9 (or 0xEEBBB9) is unknown color: approx Beauty Bush. HEX triplet: EE, BB and B9. RGB value is (238,187,185). Sum of RGB (Red+Green+Blue) = 238+187+185=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBB9 is #114446. Grayscale: #CACACA. Windows color (decimal): -1131591 or 12172270. OLE color: 12172270.

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

Color convert

RGB238187185-
CMYK00.210.220.07
HSL2.26º60.92%82.94%-
HSV(B)2.26º22.27%93.33%-
XYZ61.7957.2253.69-
YUV202.02118.4153.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=39.02%
G=30.66%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818718500.210.220.072.2660.9282.94
HexEEBBB901516723d53
Octal356273271025267275123
Binary11101110101110111011100101010110110111101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBB9; }

 p { color: rgb(238,187,185); }

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

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

 a { background-color: rgb(238,187,185); }

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

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

 span { border-color: rgb(238,187,185); }

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