#EBB4B2

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

Shades of Beauty Bush #EBB4B2

Tints of Beauty Bush #EBB4B2

Color information

#EBB4B2 (or 0xEBB4B2) is unknown color: approx Beauty Bush. HEX triplet: EB, B4 and B2. RGB value is (235,180,178). Sum of RGB (Red+Green+Blue) = 235+180+178=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4B2 is #144B4D. Grayscale: #C4C4C4. Windows color (decimal): -1329998 or 11711723. OLE color: 11711723.

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

Color convert

RGB235180178-
CMYK00.230.240.08
HSL2.11º58.76%80.98%-
HSV(B)2.11º24.26%92.16%-
XYZ58.6253.5249.36-
YUV196.22117.72155.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 180 (70.70% from 255) = 30.35%
BLUE value IS 178 (69.92% from 255) = 30.02%
R=39.63%
G=30.35%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518017800.230.240.082.1158.7680.98
HexEBB4B201718823b51
Octal3532642620273010273121
Binary111010111011010010110010010111110001000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4B2; }

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

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

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

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

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

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

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

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