#EAAEB5

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

Shades of Blossom #EAAEB5

Tints of Blossom #EAAEB5

Color information

#EAAEB5 (or 0xEAAEB5) is unknown color: approx Blossom. HEX triplet: EA, AE and B5. RGB value is (234,174,181). Sum of RGB (Red+Green+Blue) = 234+174+181=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB5 is #15514A. Grayscale: #C0C0C0. Windows color (decimal): -1397067 or 11906794. OLE color: 11906794.

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

Color convert

RGB234174181-
CMYK00.260.230.08
HSL353º58.82%80%-
HSV(B)353º25.64%91.76%-
XYZ57.4151.150.55-
YUV192.74121.38157.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=39.73%
G=29.54%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417418100.260.230.0835358.8280
HexEAAEB501A1781613b50
Octal352256265032271054173120
Binary1110101010101110101101010110101011110001011000011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEB5; }

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

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

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

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

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

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

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

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