#EABFBC

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

Shades of Beauty Bush #EABFBC

Tints of Beauty Bush #EABFBC

Color information

#EABFBC (or 0xEABFBC) is unknown color: approx Beauty Bush. HEX triplet: EA, BF and BC. RGB value is (234,191,188). Sum of RGB (Red+Green+Blue) = 234+191+188=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFBC is #154043. Grayscale: #CBCBCB. Windows color (decimal): -1392708 or 12369898. OLE color: 12369898.

HSL color Cylindrical-coordinate representation of color #EABFBC: hue angle of 3.91º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABFBC is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234191188-
CMYK00.180.200.08
HSL3.91º52.27%82.75%-
HSV(B)3.91º19.66%91.76%-
XYZ61.6458.3855.6-
YUV203.52119.25149.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=38.17%
G=31.16%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419118800.180.200.083.9152.2782.75
HexEABFBC01214843453
Octal3522772740222410464123
Binary1110101010111111101111000100101010010001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFBC; }

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

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

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

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

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

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

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

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