#EBA7B0

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

Shades of Blossom #EBA7B0

Tints of Blossom #EBA7B0

Color information

#EBA7B0 (or 0xEBA7B0) is unknown color: approx Blossom. HEX triplet: EB, A7 and B0. RGB value is (235,167,176). Sum of RGB (Red+Green+Blue) = 235+167+176=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7B0 is #14584F. Grayscale: #BCBCBC. Windows color (decimal): -1333328 or 11577323. OLE color: 11577323.

HSL color Cylindrical-coordinate representation of color #EBA7B0: hue angle of 352.06º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7B0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235167176-
CMYK00.290.250.08
HSL352.06º62.96%78.82%-
HSV(B)352.06º28.94%92.16%-
XYZ55.9248.4347.48-
YUV188.36121.03161.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 167 (65.62% from 255) = 28.89%
BLUE value IS 176 (69.14% from 255) = 30.45%
R=40.66%
G=28.89%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516717600.290.250.08352.0662.9678.82
HexEBA7B001D1981603f4f
Octal353247260035311054077117
Binary1110101110100111101100000111011100110001011000001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7B0; }

 p { color: rgb(235,167,176); }

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

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

 a { background-color: rgb(235,167,176); }

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

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

 span { border-color: rgb(235,167,176); }

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