#EABFB4

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

Shades of Beauty Bush #EABFB4

Tints of Beauty Bush #EABFB4

Color information

#EABFB4 (or 0xEABFB4) is unknown color: approx Beauty Bush. HEX triplet: EA, BF and B4. RGB value is (234,191,180). Sum of RGB (Red+Green+Blue) = 234+191+180=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFB4 is #15404B. Grayscale: #CACACA. Windows color (decimal): -1392716 or 11845610. OLE color: 11845610.

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

Color convert

RGB234191180-
CMYK00.180.230.08
HSL12.22º56.25%81.18%-
HSV(B)12.22º23.08%91.76%-
XYZ60.858.0551.18-
YUV202.6115.25150.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=38.68%
G=31.57%
B=29.75%

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
Decimal23419118000.180.230.0812.2256.2581.18
HexEABFB4012178c3851
Octal35227726402227101470121
Binary11101010101111111011010001001010111100011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFB4; }

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

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

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

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

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

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

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

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