#EBA9B8

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

Shades of Blossom #EBA9B8

Tints of Blossom #EBA9B8

Color information

#EBA9B8 (or 0xEBA9B8) is unknown color: approx Blossom. HEX triplet: EB, A9 and B8. RGB value is (235,169,184). Sum of RGB (Red+Green+Blue) = 235+169+184=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9B8 is #145647. Grayscale: #BEBEBE. Windows color (decimal): -1332808 or 12102123. OLE color: 12102123.

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

Color convert

RGB235169184-
CMYK00.280.220.08
HSL346.36º62.26%79.22%-
HSV(B)346.36º28.09%92.16%-
XYZ57.149.551.89-
YUV190.44124.37159.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=39.97%
G=28.74%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516918400.280.220.08346.3662.2679.22
HexEBA9B801C16815a3e4f
Octal353251270034261053276117
Binary1110101110101001101110000111001011010001010110101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9B8; }

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

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

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

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

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

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

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

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