#EBB5BA

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

Shades of Blossom #EBB5BA

Tints of Blossom #EBB5BA

Color information

#EBB5BA (or 0xEBB5BA) is unknown color: approx Blossom. HEX triplet: EB, B5 and BA. RGB value is (235,181,186). Sum of RGB (Red+Green+Blue) = 235+181+186=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5BA is #144A45. Grayscale: #C5C5C5. Windows color (decimal): -1329734 or 12236267. OLE color: 12236267.

HSL color Cylindrical-coordinate representation of color #EBB5BA: hue angle of 354.44º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5BA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235181186-
CMYK00.230.210.08
HSL354.44º57.45%81.57%-
HSV(B)354.44º22.98%92.16%-
XYZ59.6554.2653.78-
YUV197.72121.39154.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=39.04%
G=30.07%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518118600.230.210.08354.4457.4581.57
HexEBB5BA0171581623952
Octal353265272027251054271122
Binary1110101110110101101110100101111010110001011000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5BA; }

 p { color: rgb(235,181,186); }

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

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

 a { background-color: rgb(235,181,186); }

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

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

 span { border-color: rgb(235,181,186); }

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