#EBB4B3

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

Shades of Beauty Bush #EBB4B3

Tints of Beauty Bush #EBB4B3

Color information

#EBB4B3 (or 0xEBB4B3) is unknown color: approx Beauty Bush. HEX triplet: EB, B4 and B3. RGB value is (235,180,179). Sum of RGB (Red+Green+Blue) = 235+180+179=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4B3 is #144B4C. Grayscale: #C4C4C4. Windows color (decimal): -1329997 or 11777259. OLE color: 11777259.

HSL color Cylindrical-coordinate representation of color #EBB4B3: hue angle of 1.07º degrees, saturation: 0.58, 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 #EBB4B3 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235180179-
CMYK00.230.240.08
HSL1.07º58.33%81.18%-
HSV(B)1.07º23.83%92.16%-
XYZ58.7253.5649.89-
YUV196.33118.22155.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=39.56%
G=30.30%
B=30.13%

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
Decimal23518017900.230.240.081.0758.3381.18
HexEBB4B301718813a51
Octal3532642630273010172121
Binary11101011101101001011001101011111000100011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4B3; }

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

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

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

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

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

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

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

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