#EAA9B3

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

Shades of Blossom #EAA9B3

Tints of Blossom #EAA9B3

Color information

#EAA9B3 (or 0xEAA9B3) is unknown color: approx Blossom. HEX triplet: EA, A9 and B3. RGB value is (234,169,179). Sum of RGB (Red+Green+Blue) = 234+169+179=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9B3 is #15564C. Grayscale: #BDBDBD. Windows color (decimal): -1398349 or 11774442. OLE color: 11774442.

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

Color convert

RGB234169179-
CMYK00.280.240.08
HSL350.77º60.75%79.02%-
HSV(B)350.77º27.78%91.76%-
XYZ56.2649.1249.16-
YUV189.58122.03159.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 179 (70.31% from 255) = 30.76%
R=40.21%
G=29.04%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416917900.280.240.08350.7760.7579.02
HexEAA9B301C18815f3d4f
Octal352251263034301053775117
Binary1110101010101001101100110111001100010001010111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9B3; }

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

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

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

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

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

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

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

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