#EBAAB8

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

Shades of Blossom #EBAAB8

Tints of Blossom #EBAAB8

Color information

#EBAAB8 (or 0xEBAAB8) is unknown color: approx Blossom. HEX triplet: EB, AA and B8. RGB value is (235,170,184). Sum of RGB (Red+Green+Blue) = 235+170+184=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB8 is #145547. Grayscale: #BFBFBF. Windows color (decimal): -1332552 or 12102379. OLE color: 12102379.

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

Color convert

RGB235170184-
CMYK00.280.220.08
HSL347.08º61.9%79.41%-
HSV(B)347.08º27.66%92.16%-
XYZ57.2949.8751.95-
YUV191.03124.03159.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=39.90%
G=28.86%
B=31.24%

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
Decimal23517018400.280.220.08347.0861.979.41
HexEBAAB801C16815b3e4f
Octal353252270034261053376117
Binary1110101110101010101110000111001011010001010110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAB8; }

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

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

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

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

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

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

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

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