#EBB8B6

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

Shades of Beauty Bush #EBB8B6

Tints of Beauty Bush #EBB8B6

Color information

#EBB8B6 (or 0xEBB8B6) is unknown color: approx Beauty Bush. HEX triplet: EB, B8 and B6. RGB value is (235,184,182). Sum of RGB (Red+Green+Blue) = 235+184+182=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8B6 is #144749. Grayscale: #C7C7C7. Windows color (decimal): -1328970 or 11974891. OLE color: 11974891.

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

Color convert

RGB235184182-
CMYK00.220.230.08
HSL2.26º56.99%81.76%-
HSV(B)2.26º22.55%92.16%-
XYZ59.8455.3251.78-
YUV199.02118.4153.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 184 (72.27% from 255) = 30.62%
BLUE value IS 182 (71.48% from 255) = 30.28%
R=39.10%
G=30.62%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518418200.220.230.082.2656.9981.76
HexEBB8B601617823952
Octal3532702660262710271122
Binary111010111011100010110110010110101111000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8B6; }

 p { color: rgb(235,184,182); }

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

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

 a { background-color: rgb(235,184,182); }

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

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

 span { border-color: rgb(235,184,182); }

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