#EBBBB4

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

Shades of Beauty Bush #EBBBB4

Tints of Beauty Bush #EBBBB4

Color information

#EBBBB4 (or 0xEBBBB4) is unknown color: approx Beauty Bush. HEX triplet: EB, BB and B4. RGB value is (235,187,180). Sum of RGB (Red+Green+Blue) = 235+187+180=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBB4 is #14444B. Grayscale: #C8C8C8. Windows color (decimal): -1328204 or 11844587. OLE color: 11844587.

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

Color convert

RGB235187180-
CMYK00.200.230.08
HSL7.64º57.89%81.37%-
HSV(B)7.64º23.4%92.16%-
XYZ60.2756.550.91-
YUV200.55116.4152.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=39.04%
G=31.06%
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.08
SystemRedGreenBlueCMYKHSL
Decimal23518718000.200.230.087.6457.8981.37
HexEBBBB401417883a51
Octal35327326402427101072121
Binary11101011101110111011010001010010111100010001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBB4; }

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

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

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

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

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

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

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

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