#E9A9B5

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

Shades of Blossom #E9A9B5

Tints of Blossom #E9A9B5

Color information

#E9A9B5 (or 0xE9A9B5) is unknown color: approx Blossom. HEX triplet: E9, A9 and B5. RGB value is (233,169,181). Sum of RGB (Red+Green+Blue) = 233+169+181=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9B5 is #16564A. Grayscale: #BDBDBD. Windows color (decimal): -1463883 or 11905513. OLE color: 11905513.

HSL color Cylindrical-coordinate representation of color #E9A9B5: hue angle of 348.75º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9A9B5 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB233169181-
CMYK00.270.220.09
HSL348.75º59.26%78.82%-
HSV(B)348.75º27.47%91.37%-
XYZ56.1349.0450.22-
YUV189.5123.2159.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=39.97%
G=28.99%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316918100.270.220.09348.7559.2678.82
HexE9A9B501B16915d3b4f
Octal351251265033261153573117
Binary1110100110101001101101010110111011010011010111011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A9B5; }

 p { color: rgb(233,169,181); }

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

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

 a { background-color: rgb(233,169,181); }

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

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

 span { border-color: rgb(233,169,181); }

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