#EABAB8

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

Shades of Beauty Bush #EABAB8

Tints of Beauty Bush #EABAB8

Color information

#EABAB8 (or 0xEABAB8) is unknown color: approx Beauty Bush. HEX triplet: EA, BA and B8. RGB value is (234,186,184). Sum of RGB (Red+Green+Blue) = 234+186+184=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAB8 is #154547. Grayscale: #C8C8C8. Windows color (decimal): -1393992 or 12106474. OLE color: 12106474.

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

Color convert

RGB234186184-
CMYK00.210.210.08
HSL2.4º54.35%81.96%-
HSV(B)2.4º21.37%91.76%-
XYZ60.1456.0753-
YUV200.12118.9152.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 184 (72.27% from 255) = 30.46%
R=38.74%
G=30.79%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418618400.210.210.082.454.3581.96
HexEABAB801515823652
Octal3522722700252510266122
Binary111010101011101010111000010101101011000101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAB8; }

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

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

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

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

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

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

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

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