#EBA5B2

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

Shades of Blossom #EBA5B2

Tints of Blossom #EBA5B2

Color information

#EBA5B2 (or 0xEBA5B2) is unknown color: approx Blossom. HEX triplet: EB, A5 and B2. RGB value is (235,165,178). Sum of RGB (Red+Green+Blue) = 235+165+178=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5B2 is #145A4D. Grayscale: #BBBBBB. Windows color (decimal): -1333838 or 11707883. OLE color: 11707883.

HSL color Cylindrical-coordinate representation of color #EBA5B2: hue angle of 348.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5B2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235165178-
CMYK00.300.240.08
HSL348.86º63.64%78.43%-
HSV(B)348.86º29.79%92.16%-
XYZ55.7547.7948.4-
YUV187.41122.69161.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=40.66%
G=28.55%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516517800.300.240.08348.8663.6478.43
HexEBA5B201E18815d404e
Octal3532452620363010535100116
Binary11101011101001011011001001111011000100010101110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5B2; }

 p { color: rgb(235,165,178); }

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

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

 a { background-color: rgb(235,165,178); }

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

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

 span { border-color: rgb(235,165,178); }

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