#e3b0bb

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

Shades of Blossom #E3B0BB

Tints of Blossom #E3B0BB

Color information

#E3B0BB (or 0xE3B0BB) is unknown color: approx Blossom. HEX triplet: E3, B0 and BB. RGB value is (227,176,187). Sum of RGB (Red+Green+Blue) = 227+176+187=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3B0BB is #1C4F44. Grayscale: #C0C0C0. Windows color (decimal): -1855301 or 12300515. OLE color: 12300515.

HSL color Cylindrical-coordinate representation of color #E3B0BB: hue angle of 347.06º degrees, saturation: 0.48, 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 #E3B0BB is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227176187-
CMYK00.220.180.11
HSL347.06º47.66%79.02%-
HSV(B)347.06º22.47%89.02%-
XYZ56.1750.9753.89-
YUV192.5124.9152.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.47%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=38.47%
G=29.83%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717618700.220.180.11347.0647.6679.02
HexE3B0BB01612B15b304f
Octal343260273026221353360117
Binary1110001110110000101110110101101001010111010110111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3b0bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3b0bb; }

 p { color: rgb(227,176,187); }

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

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

 a { background-color: rgb(227,176,187); }

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

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

 span { border-color: rgb(227,176,187); }

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