#EBBAB4

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

Shades of Beauty Bush #EBBAB4

Tints of Beauty Bush #EBBAB4

Color information

#EBBAB4 (or 0xEBBAB4) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and B4. RGB value is (235,186,180). Sum of RGB (Red+Green+Blue) = 235+186+180=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAB4 is #14454B. Grayscale: #C8C8C8. Windows color (decimal): -1328460 or 11844331. OLE color: 11844331.

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

Color convert

RGB235186180-
CMYK00.210.230.08
HSL6.55º57.89%81.37%-
HSV(B)6.55º23.4%92.16%-
XYZ60.0656.0850.84-
YUV199.97116.73152.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=39.10%
G=30.95%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518618000.210.230.086.5557.8981.37
HexEBBAB401517873a51
Octal3532722640252710772121
Binary1110101110111010101101000101011011110001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAB4; }

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

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

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

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

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

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

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

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