#EABFB5

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

Shades of Beauty Bush #EABFB5

Tints of Beauty Bush #EABFB5

Color information

#EABFB5 (or 0xEABFB5) is unknown color: approx Beauty Bush. HEX triplet: EA, BF and B5. RGB value is (234,191,181). Sum of RGB (Red+Green+Blue) = 234+191+181=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFB5 is #15404A. Grayscale: #CACACA. Windows color (decimal): -1392715 or 11911146. OLE color: 11911146.

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

Color convert

RGB234191181-
CMYK00.180.230.08
HSL11.32º55.79%81.37%-
HSV(B)11.32º22.65%91.76%-
XYZ60.958.0951.72-
YUV202.72115.75150.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=38.61%
G=31.52%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419118100.180.230.0811.3255.7981.37
HexEABFB5012178b3851
Octal35227726502227101370121
Binary11101010101111111011010101001010111100010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFB5; }

 p { color: rgb(234,191,181); }

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

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

 a { background-color: rgb(234,191,181); }

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

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

 span { border-color: rgb(234,191,181); }

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