#EBB1B4

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

Shades of Blossom #EBB1B4

Tints of Blossom #EBB1B4

Color information

#EBB1B4 (or 0xEBB1B4) is unknown color: approx Blossom. HEX triplet: EB, B1 and B4. RGB value is (235,177,180). Sum of RGB (Red+Green+Blue) = 235+177+180=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1B4 is #144E4B. Grayscale: #C2C2C2. Windows color (decimal): -1330764 or 11842027. OLE color: 11842027.

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

Color convert

RGB235177180-
CMYK00.250.230.08
HSL356.9º59.18%80.78%-
HSV(B)356.9º24.68%92.16%-
XYZ58.2252.450.23-
YUV194.68119.72156.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=39.70%
G=29.90%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517718000.250.230.08356.959.1880.78
HexEBB1B40191781653b51
Octal353261264031271054573121
Binary1110101110110001101101000110011011110001011001011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1B4; }

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

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

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

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

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

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

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

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