#EEBFBA

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

Shades of Beauty Bush #EEBFBA

Tints of Beauty Bush #EEBFBA

Color information

#EEBFBA (or 0xEEBFBA) is unknown color: approx Beauty Bush. HEX triplet: EE, BF and BA. RGB value is (238,191,186). Sum of RGB (Red+Green+Blue) = 238+191+186=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFBA is #114045. Grayscale: #CCCCCC. Windows color (decimal): -1130566 or 12238830. OLE color: 12238830.

HSL color Cylindrical-coordinate representation of color #EEBFBA: hue angle of 5.77º degrees, saturation: 0.6, 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 #EEBFBA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238191186-
CMYK00.200.220.07
HSL5.77º60.47%83.14%-
HSV(B)5.77º21.85%93.33%-
XYZ62.7558.9854.53-
YUV204.48117.57151.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=38.70%
G=31.06%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819118600.200.220.075.7760.4783.14
HexEEBFBA01416763c53
Octal356277272024267674123
Binary111011101011111110111010010100101101111101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFBA; }

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

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

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

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

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

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

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

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