#EBB1BB

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

Shades of Blossom #EBB1BB

Tints of Blossom #EBB1BB

Color information

#EBB1BB (or 0xEBB1BB) is unknown color: approx Blossom. HEX triplet: EB, B1 and BB. RGB value is (235,177,187). Sum of RGB (Red+Green+Blue) = 235+177+187=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1BB is #144E44. Grayscale: #C3C3C3. Windows color (decimal): -1330757 or 12300779. OLE color: 12300779.

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

Color convert

RGB235177187-
CMYK00.250.200.08
HSL349.66º59.18%80.78%-
HSV(B)349.66º24.68%92.16%-
XYZ58.9552.6954.08-
YUV195.48123.22156.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=39.23%
G=29.55%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517718700.250.200.08349.6659.1880.78
HexEBB1BB01914815e3b51
Octal353261273031241053673121
Binary1110101110110001101110110110011010010001010111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1BB; }

 p { color: rgb(235,177,187); }

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

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

 a { background-color: rgb(235,177,187); }

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

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

 span { border-color: rgb(235,177,187); }

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