#EBBBB9

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

Shades of Beauty Bush #EBBBB9

Tints of Beauty Bush #EBBBB9

Color information

#EBBBB9 (or 0xEBBBB9) is unknown color: approx Beauty Bush. HEX triplet: EB, BB and B9. RGB value is (235,187,185). Sum of RGB (Red+Green+Blue) = 235+187+185=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBB9 is #144446. Grayscale: #C9C9C9. Windows color (decimal): -1328199 or 12172267. OLE color: 12172267.

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

Color convert

RGB235187185-
CMYK00.200.210.08
HSL2.4º55.56%82.35%-
HSV(B)2.4º21.28%92.16%-
XYZ60.7956.7153.64-
YUV201.12118.9152.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=38.71%
G=30.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518718500.200.210.082.455.5682.35
HexEBBBB901415823852
Octal3532732710242510270122
Binary111010111011101110111001010100101011000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBB9; }

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

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

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

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

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

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

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

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