#EBBAB7

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

Shades of Beauty Bush #EBBAB7

Tints of Beauty Bush #EBBAB7

Color information

#EBBAB7 (or 0xEBBAB7) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and B7. RGB value is (235,186,183). Sum of RGB (Red+Green+Blue) = 235+186+183=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAB7 is #144548. Grayscale: #C8C8C8. Windows color (decimal): -1328457 or 12040939. OLE color: 12040939.

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

Color convert

RGB235186183-
CMYK00.210.220.08
HSL3.46º56.52%81.96%-
HSV(B)3.46º22.13%92.16%-
XYZ60.3756.252.47-
YUV200.31118.23152.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=38.91%
G=30.79%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518618300.210.220.083.4656.5281.96
HexEBBAB701516833952
Octal3532722670252610371122
Binary111010111011101010110111010101101101000111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAB7; }

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

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

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

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

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

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

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

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