#EABEBB

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

Shades of Beauty Bush #EABEBB

Tints of Beauty Bush #EABEBB

Color information

#EABEBB (or 0xEABEBB) is unknown color: approx Beauty Bush. HEX triplet: EA, BE and BB. RGB value is (234,190,187). Sum of RGB (Red+Green+Blue) = 234+190+187=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEBB is #154144. Grayscale: #CACACA. Windows color (decimal): -1392965 or 12304106. OLE color: 12304106.

HSL color Cylindrical-coordinate representation of color #EABEBB: hue angle of 3.83º degrees, saturation: 0.53, 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 #EABEBB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234190187-
CMYK00.190.200.08
HSL3.83º52.81%82.55%-
HSV(B)3.83º20.09%91.76%-
XYZ61.3157.9154.96-
YUV202.81119.08150.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=38.30%
G=31.10%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419018700.190.200.083.8352.8182.55
HexEABEBB01314843553
Octal3522762730232410465123
Binary1110101010111110101110110100111010010001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEBB; }

 p { color: rgb(234,190,187); }

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

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

 a { background-color: rgb(234,190,187); }

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

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

 span { border-color: rgb(234,190,187); }

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