#EAB4B3

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

Shades of Beauty Bush #EAB4B3

Tints of Beauty Bush #EAB4B3

Color information

#EAB4B3 (or 0xEAB4B3) is unknown color: approx Beauty Bush. HEX triplet: EA, B4 and B3. RGB value is (234,180,179). Sum of RGB (Red+Green+Blue) = 234+180+179=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4B3 is #154B4C. Grayscale: #C4C4C4. Windows color (decimal): -1395533 or 11777258. OLE color: 11777258.

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

Color convert

RGB234180179-
CMYK00.230.240.08
HSL1.09º56.7%80.98%-
HSV(B)1.09º23.5%91.76%-
XYZ58.3953.3949.88-
YUV196.03118.39155.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 180 (70.70% from 255) = 30.35%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=39.46%
G=30.35%
B=30.19%

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
Decimal23418017900.230.240.081.0956.780.98
HexEAB4B301718813951
Octal3522642630273010171121
Binary11101010101101001011001101011111000100011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4B3; }

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

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

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

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

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

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

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

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