#EAAEAD

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

Shades of Beauty Bush #EAAEAD

Tints of Beauty Bush #EAAEAD

Color information

#EAAEAD (or 0xEAAEAD) is unknown color: approx Beauty Bush. HEX triplet: EA, AE and AD. RGB value is (234,174,173). Sum of RGB (Red+Green+Blue) = 234+174+173=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAEAD is #155152. Grayscale: #BFBFBF. Windows color (decimal): -1397075 or 11382506. OLE color: 11382506.

HSL color Cylindrical-coordinate representation of color #EAAEAD: hue angle of 0.98º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEAD is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234174173-
CMYK00.260.260.08
HSL0.98º59.22%79.8%-
HSV(B)0.98º26.07%91.76%-
XYZ56.6150.7846.35-
YUV191.83117.38158.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=40.28%
G=29.95%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417417300.260.260.080.9859.2279.8
HexEAAEAD01A1A813b50
Octal3522562550323210173120
Binary11101010101011101010110101101011010100011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEAD; }

 p { color: rgb(234,174,173); }

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

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

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

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

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

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

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