#EAB5B2

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

Shades of Beauty Bush #EAB5B2

Tints of Beauty Bush #EAB5B2

Color information

#EAB5B2 (or 0xEAB5B2) is unknown color: approx Beauty Bush. HEX triplet: EA, B5 and B2. RGB value is (234,181,178). Sum of RGB (Red+Green+Blue) = 234+181+178=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB5B2 is #154A4D. Grayscale: #C4C4C4. Windows color (decimal): -1395278 or 11711978. OLE color: 11711978.

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

Color convert

RGB234181178-
CMYK00.230.240.08
HSL3.21º57.14%80.78%-
HSV(B)3.21º23.93%91.76%-
XYZ58.4953.7549.41-
YUV196.5117.56154.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 178 (69.92% from 255) = 30.02%
R=39.46%
G=30.52%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418117800.230.240.083.2157.1480.78
HexEAB5B201718833951
Octal3522652620273010371121
Binary111010101011010110110010010111110001000111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5B2; }

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

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

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

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

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

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

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

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