#E2B9BA

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

Shades of Blossom #E2B9BA

Tints of Blossom #E2B9BA

Color information

#E2B9BA (or 0xE2B9BA) is unknown color: approx Blossom. HEX triplet: E2, B9 and BA. RGB value is (226,185,186). Sum of RGB (Red+Green+Blue) = 226+185+186=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9BA is #1D4645. Grayscale: #C5C5C5. Windows color (decimal): -1918534 or 12237282. OLE color: 12237282.

HSL color Cylindrical-coordinate representation of color #E2B9BA: hue angle of 358.54º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2B9BA is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226185186-
CMYK00.180.180.11
HSL358.54º41.41%80.59%-
HSV(B)358.54º18.14%88.63%-
XYZ57.5854.4153.92-
YUV197.37121.58148.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.86%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=37.86%
G=30.99%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618518600.180.180.11358.5441.4180.59
HexE2B9BA01212B1672951
Octal342271272022221354751121
Binary1110001010111001101110100100101001010111011001111010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9BA; }

 p { color: rgb(226,185,186); }

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

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

 a { background-color: rgb(226,185,186); }

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

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

 span { border-color: rgb(226,185,186); }

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