#EABBB7

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

Shades of Beauty Bush #EABBB7

Tints of Beauty Bush #EABBB7

Color information

#EABBB7 (or 0xEABBB7) is unknown color: approx Beauty Bush. HEX triplet: EA, BB and B7. RGB value is (234,187,183). Sum of RGB (Red+Green+Blue) = 234+187+183=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBB7 is #154448. Grayscale: #C8C8C8. Windows color (decimal): -1393737 or 12041194. OLE color: 12041194.

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

Color convert

RGB234187183-
CMYK00.200.220.08
HSL4.71º54.84%81.76%-
HSV(B)4.71º21.79%91.76%-
XYZ60.2556.4552.52-
YUV200.6118.07151.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=38.74%
G=30.96%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418718300.200.220.084.7154.8481.76
HexEABBB701416853752
Octal3522732670242610567122
Binary1110101010111011101101110101001011010001011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBB7; }

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

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

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

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

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

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

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

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