#EAB9B2

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

Shades of Beauty Bush #EAB9B2

Tints of Beauty Bush #EAB9B2

Color information

#EAB9B2 (or 0xEAB9B2) is unknown color: approx Beauty Bush. HEX triplet: EA, B9 and B2. RGB value is (234,185,178). Sum of RGB (Red+Green+Blue) = 234+185+178=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB9B2 is #15464D. Grayscale: #C6C6C6. Windows color (decimal): -1394254 or 11713002. OLE color: 11713002.

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

Color convert

RGB234185178-
CMYK00.210.240.08
HSL7.5º57.14%80.78%-
HSV(B)7.5º23.93%91.76%-
XYZ59.3255.449.69-
YUV198.85116.23153.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 178 (69.92% from 255) = 29.82%
R=39.20%
G=30.99%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418517800.210.240.087.557.1480.78
HexEAB9B201518883951
Octal35227126202530101071121
Binary11101010101110011011001001010111000100010001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9B2; }

 p { color: rgb(234,185,178); }

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

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

 a { background-color: rgb(234,185,178); }

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

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

 span { border-color: rgb(234,185,178); }

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