#eaa7b2

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

Shades of Blossom #EAA7B2

Tints of Blossom #EAA7B2

Color information

#EAA7B2 (or 0xEAA7B2) is unknown color: approx Blossom. HEX triplet: EA, A7 and B2. RGB value is (234,167,178). Sum of RGB (Red+Green+Blue) = 234+167+178=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA7B2 is #15584D. Grayscale: #BCBCBC. Windows color (decimal): -1398862 or 11708394. OLE color: 11708394.

HSL color Cylindrical-coordinate representation of color #EAA7B2: hue angle of 350.15º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7B2 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234167178-
CMYK00.290.240.08
HSL350.15º61.47%78.63%-
HSV(B)350.15º28.63%91.76%-
XYZ55.7948.3448.51-
YUV188.29122.2160.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 167 (65.62% from 255) = 28.84%
BLUE value IS 178 (69.92% from 255) = 30.74%
R=40.41%
G=28.84%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416717800.290.240.08350.1561.4778.63
HexEAA7B201D18815e3d4f
Octal352247262035301053675117
Binary1110101010100111101100100111011100010001010111101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa7b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa7b2; }

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

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

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

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

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

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

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

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