#E2B9BE

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

Shades of Blossom #E2B9BE

Tints of Blossom #E2B9BE

Color information

#E2B9BE (or 0xE2B9BE) is unknown color: approx Blossom. HEX triplet: E2, B9 and BE. RGB value is (226,185,190). Sum of RGB (Red+Green+Blue) = 226+185+190=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B9BE is #1D4641. Grayscale: #C5C5C5. Windows color (decimal): -1918530 or 12499426. OLE color: 12499426.

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

Color convert

RGB226185190-
CMYK00.180.160.11
HSL352.68º41.41%80.59%-
HSV(B)352.68º18.14%88.63%-
XYZ58.0154.5856.19-
YUV197.83123.58148.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=37.60%
G=30.78%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618519000.180.160.11352.6841.4180.59
HexE2B9BE01210B1612951
Octal342271276022201354151121
Binary1110001010111001101111100100101000010111011000011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9BE; }

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

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

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

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

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

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

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

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