#EEBFB7

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

Shades of Beauty Bush #EEBFB7

Tints of Beauty Bush #EEBFB7

Color information

#EEBFB7 (or 0xEEBFB7) is unknown color: approx Beauty Bush. HEX triplet: EE, BF and B7. RGB value is (238,191,183). Sum of RGB (Red+Green+Blue) = 238+191+183=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFB7 is #114048. Grayscale: #CCCCCC. Windows color (decimal): -1130569 or 12042222. OLE color: 12042222.

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

Color convert

RGB238191183-
CMYK00.200.230.07
HSL8.73º61.8%82.55%-
HSV(B)8.73º23.11%93.33%-
XYZ62.4458.8652.87-
YUV204.14116.07152.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=38.89%
G=31.21%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819118300.200.230.078.7361.882.55
HexEEBFB701417793e53
Octal3562772670242771176123
Binary1110111010111111101101110101001011111110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFB7; }

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

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

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

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

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

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

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

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