#EABBB8

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

Shades of Beauty Bush #EABBB8

Tints of Beauty Bush #EABBB8

Color information

#EABBB8 (or 0xEABBB8) is unknown color: approx Beauty Bush. HEX triplet: EA, BB and B8. RGB value is (234,187,184). Sum of RGB (Red+Green+Blue) = 234+187+184=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBB8 is #154447. Grayscale: #C8C8C8. Windows color (decimal): -1393736 or 12106730. OLE color: 12106730.

HSL color Cylindrical-coordinate representation of color #EABBB8: hue angle of 3.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABBB8 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234187184-
CMYK00.200.210.08
HSL3.6º54.35%81.96%-
HSV(B)3.6º21.37%91.76%-
XYZ60.3556.4953.07-
YUV200.71118.57151.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 184 (72.27% from 255) = 30.41%
R=38.68%
G=30.91%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418718400.200.210.083.654.3581.96
HexEABBB801415843652
Octal3522732700242510466122
Binary1110101010111011101110000101001010110001001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBB8; }

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

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

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

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

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

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

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

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