#EAB3B3

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

Shades of Beauty Bush #EAB3B3

Tints of Beauty Bush #EAB3B3

Color information

#EAB3B3 (or 0xEAB3B3) is unknown color: approx Beauty Bush. HEX triplet: EA, B3 and B3. RGB value is (234,179,179). Sum of RGB (Red+Green+Blue) = 234+179+179=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3B3 is #154C4C. Grayscale: #C3C3C3. Windows color (decimal): -1395789 or 11777002. OLE color: 11777002.

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

Color convert

RGB234179179-
CMYK00.240.240.08
HSL56.7%80.98%-
HSV(B)23.5%91.76%-
XYZ58.1952.9949.81-
YUV195.44118.72155.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 179 (70.31% from 255) = 30.24%
R=39.53%
G=30.24%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417917900.240.240.08056.780.98
HexEAB3B301818803951
Octal3522632630303010071121
Binary11101010101100111011001101100011000100001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3B3; }

 p { color: rgb(234,179,179); }

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

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

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

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

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

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

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