#EBB1B7

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

Shades of Blossom #EBB1B7

Tints of Blossom #EBB1B7

Color information

#EBB1B7 (or 0xEBB1B7) is unknown color: approx Blossom. HEX triplet: EB, B1 and B7. RGB value is (235,177,183). Sum of RGB (Red+Green+Blue) = 235+177+183=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1B7 is #144E48. Grayscale: #C3C3C3. Windows color (decimal): -1330761 or 12038635. OLE color: 12038635.

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

Color convert

RGB235177183-
CMYK00.250.220.08
HSL353.79º59.18%80.78%-
HSV(B)353.79º24.68%92.16%-
XYZ58.5352.5351.85-
YUV195.03121.22156.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 183 (71.88% from 255) = 30.76%
R=39.50%
G=29.75%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517718300.250.220.08353.7959.1880.78
HexEBB1B70191681623b51
Octal353261267031261054273121
Binary1110101110110001101101110110011011010001011000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1B7; }

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

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

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

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

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

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

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

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