#eea9b5

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

Shades of Blossom #EEA9B5

Tints of Blossom #EEA9B5

Color information

#EEA9B5 (or 0xEEA9B5) is unknown color: approx Blossom. HEX triplet: EE, A9 and B5. RGB value is (238,169,181). Sum of RGB (Red+Green+Blue) = 238+169+181=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9B5 is #11564A. Grayscale: #BFBFBF. Windows color (decimal): -1136203 or 11905518. OLE color: 11905518.

HSL color Cylindrical-coordinate representation of color #EEA9B5: hue angle of 349.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9B5 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238169181-
CMYK00.290.240.07
HSL349.57º66.99%79.8%-
HSV(B)349.57º28.99%93.33%-
XYZ57.7949.8950.3-
YUV191122.36161.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=40.48%
G=28.74%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816918100.290.240.07349.5766.9979.8
HexEEA9B501D18715e4350
Octal356251265035307536103120
Binary1110111010101001101101010111011100011110101111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eea9b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eea9b5; }

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

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

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

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

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

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

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

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