#EBA9B4

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

Shades of Blossom #EBA9B4

Tints of Blossom #EBA9B4

Color information

#EBA9B4 (or 0xEBA9B4) is unknown color: approx Blossom. HEX triplet: EB, A9 and B4. RGB value is (235,169,180). Sum of RGB (Red+Green+Blue) = 235+169+180=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9B4 is #14564B. Grayscale: #BEBEBE. Windows color (decimal): -1332812 or 11839979. OLE color: 11839979.

HSL color Cylindrical-coordinate representation of color #EBA9B4: hue angle of 350º degrees, saturation: 0.62, 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 #EBA9B4 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235169180-
CMYK00.280.230.08
HSL350º62.26%79.22%-
HSV(B)350º28.09%92.16%-
XYZ56.6949.3349.71-
YUV189.99122.37160.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 169 (66.41% from 255) = 28.94%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=40.24%
G=28.94%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516918000.280.230.0835062.2679.22
HexEBA9B401C17815e3e4f
Octal353251264034271053676117
Binary1110101110101001101101000111001011110001010111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9B4; }

 p { color: rgb(235,169,180); }

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

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

 a { background-color: rgb(235,169,180); }

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

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

 span { border-color: rgb(235,169,180); }

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