#EDA9B2

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

Shades of Blossom #EDA9B2

Tints of Blossom #EDA9B2

Color information

#EDA9B2 (or 0xEDA9B2) is unknown color: approx Blossom. HEX triplet: ED, A9 and B2. RGB value is (237,169,178). Sum of RGB (Red+Green+Blue) = 237+169+178=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9B2 is #12564D. Grayscale: #BEBEBE. Windows color (decimal): -1201742 or 11708909. OLE color: 11708909.

HSL color Cylindrical-coordinate representation of color #EDA9B2: hue angle of 352.06º degrees, saturation: 0.65, 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 #EDA9B2 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237169178-
CMYK00.290.250.07
HSL352.06º65.38%79.61%-
HSV(B)352.06º28.69%92.94%-
XYZ57.1549.5948.68-
YUV190.36121.03161.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 169 (66.41% from 255) = 28.94%
BLUE value IS 178 (69.92% from 255) = 30.48%
R=40.58%
G=28.94%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716917800.290.250.07352.0665.3879.61
HexEDA9B201D1971604150
Octal355251262035317540101120
Binary1110110110101001101100100111011100111110110000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9B2; }

 p { color: rgb(237,169,178); }

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

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

 a { background-color: rgb(237,169,178); }

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

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

 span { border-color: rgb(237,169,178); }

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