#EBBFB7

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

Shades of Beauty Bush #EBBFB7

Tints of Beauty Bush #EBBFB7

Color information

#EBBFB7 (or 0xEBBFB7) is unknown color: approx Beauty Bush. HEX triplet: EB, BF and B7. RGB value is (235,191,183). Sum of RGB (Red+Green+Blue) = 235+191+183=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFB7 is #144048. Grayscale: #CBCBCB. Windows color (decimal): -1327177 or 12042219. OLE color: 12042219.

HSL color Cylindrical-coordinate representation of color #EBBFB7: hue angle of 9.23º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBFB7 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235191183-
CMYK00.190.220.08
HSL9.23º56.52%81.96%-
HSV(B)9.23º22.13%92.16%-
XYZ61.4458.3452.82-
YUV203.24116.58150.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 183 (71.88% from 255) = 30.05%
R=38.59%
G=31.36%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519118300.190.220.089.2356.5281.96
HexEBBFB701316893952
Octal35327726702326101171122
Binary11101011101111111011011101001110110100010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFB7; }

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

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

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

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

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

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

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

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