#e3b1b3

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

Shades of Blossom #E3B1B3

Tints of Blossom #E3B1B3

Color information

#E3B1B3 (or 0xE3B1B3) is unknown color: approx Blossom. HEX triplet: E3, B1 and B3. RGB value is (227,177,179). Sum of RGB (Red+Green+Blue) = 227+177+179=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3B1B3 is #1C4E4C. Grayscale: #C0C0C0. Windows color (decimal): -1855053 or 11776483. OLE color: 11776483.

HSL color Cylindrical-coordinate representation of color #E3B1B3: hue angle of 357.6º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3B1B3 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB227177179-
CMYK00.220.210.11
HSL357.6º47.17%79.22%-
HSV(B)357.6º22.03%89.02%-
XYZ55.5451.0349.57-
YUV192.18120.56152.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=38.94%
G=30.36%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717717900.220.210.11357.647.1779.22
HexE3B1B301615B1662f4f
Octal343261263026251354657117
Binary1110001110110001101100110101101010110111011001101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3b1b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3b1b3; }

 p { color: rgb(227,177,179); }

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

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

 a { background-color: rgb(227,177,179); }

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

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

 span { border-color: rgb(227,177,179); }

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