#EBBBB8

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

Shades of Beauty Bush #EBBBB8

Tints of Beauty Bush #EBBBB8

Color information

#EBBBB8 (or 0xEBBBB8) is unknown color: approx Beauty Bush. HEX triplet: EB, BB and B8. RGB value is (235,187,184). Sum of RGB (Red+Green+Blue) = 235+187+184=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBB8 is #144447. Grayscale: #C9C9C9. Windows color (decimal): -1328200 or 12106731. OLE color: 12106731.

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

Color convert

RGB235187184-
CMYK00.200.220.08
HSL3.53º56.04%82.16%-
HSV(B)3.53º21.7%92.16%-
XYZ60.6856.6653.09-
YUV201.01118.4152.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 184 (72.27% from 255) = 30.36%
R=38.78%
G=30.86%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518718400.200.220.083.5356.0482.16
HexEBBBB801416843852
Octal3532732700242610470122
Binary1110101110111011101110000101001011010001001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBB8; }

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

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

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

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

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

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

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

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