#EBB1B2

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

Shades of Blossom #EBB1B2

Tints of Blossom #EBB1B2

Color information

#EBB1B2 (or 0xEBB1B2) is unknown color: approx Blossom. HEX triplet: EB, B1 and B2. RGB value is (235,177,178). Sum of RGB (Red+Green+Blue) = 235+177+178=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1B2 is #144E4D. Grayscale: #C2C2C2. Windows color (decimal): -1330766 or 11710955. OLE color: 11710955.

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

Color convert

RGB235177178-
CMYK00.250.240.08
HSL358.97º59.18%80.78%-
HSV(B)358.97º24.68%92.16%-
XYZ58.0252.3249.16-
YUV194.46118.72156.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 177 (69.53% from 255) = 30%
BLUE value IS 178 (69.92% from 255) = 30.17%
R=39.83%
G=30%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517717800.250.240.08358.9759.1880.78
HexEBB1B20191881673b51
Octal353261262031301054773121
Binary1110101110110001101100100110011100010001011001111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1B2; }

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

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

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

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

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

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

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

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