#EBA7B6

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

Shades of Blossom #EBA7B6

Tints of Blossom #EBA7B6

Color information

#EBA7B6 (or 0xEBA7B6) is unknown color: approx Blossom. HEX triplet: EB, A7 and B6. RGB value is (235,167,182). Sum of RGB (Red+Green+Blue) = 235+167+182=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7B6 is #145849. Grayscale: #BDBDBD. Windows color (decimal): -1333322 or 11970539. OLE color: 11970539.

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

Color convert

RGB235167182-
CMYK00.290.230.08
HSL346.76º62.96%78.82%-
HSV(B)346.76º28.94%92.16%-
XYZ56.5248.6850.67-
YUV189.04124.03160.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 167 (65.62% from 255) = 28.60%
BLUE value IS 182 (71.48% from 255) = 31.16%
R=40.24%
G=28.60%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516718200.290.230.08346.7662.9678.82
HexEBA7B601D17815b3f4f
Octal353247266035271053377117
Binary1110101110100111101101100111011011110001010110111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7B6; }

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

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

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

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

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

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

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

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