#EBB9B8

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

Shades of Beauty Bush #EBB9B8

Tints of Beauty Bush #EBB9B8

Color information

#EBB9B8 (or 0xEBB9B8) is unknown color: approx Beauty Bush. HEX triplet: EB, B9 and B8. RGB value is (235,185,184). Sum of RGB (Red+Green+Blue) = 235+185+184=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9B8 is #144647. Grayscale: #C7C7C7. Windows color (decimal): -1328712 or 12106219. OLE color: 12106219.

HSL color Cylindrical-coordinate representation of color #EBB9B8: hue angle of 1.18º degrees, saturation: 0.56, 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 #EBB9B8 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235185184-
CMYK00.210.220.08
HSL1.18º56.04%82.16%-
HSV(B)1.18º21.7%92.16%-
XYZ60.2655.8252.95-
YUV199.84119.06153.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 184 (72.27% from 255) = 30.46%
R=38.91%
G=30.63%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518518400.210.220.081.1856.0482.16
HexEBB9B801516813852
Octal3532712700252610170122
Binary11101011101110011011100001010110110100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9B8; }

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

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

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

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

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

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

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

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