#E9B5BC

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

Shades of Blossom #E9B5BC

Tints of Blossom #E9B5BC

Color information

#E9B5BC (or 0xE9B5BC) is unknown color: approx Blossom. HEX triplet: E9, B5 and BC. RGB value is (233,181,188). Sum of RGB (Red+Green+Blue) = 233+181+188=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B5BC is #164A43. Grayscale: #C5C5C5. Windows color (decimal): -1460804 or 12367337. OLE color: 12367337.

HSL color Cylindrical-coordinate representation of color #E9B5BC: hue angle of 351.92º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9B5BC is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233181188-
CMYK00.220.190.09
HSL351.92º54.17%81.18%-
HSV(B)351.92º22.32%91.37%-
XYZ59.215454.88-
YUV197.35122.73153.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=38.70%
G=30.07%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318118800.220.190.09351.9254.1781.18
HexE9B5BC0161391603651
Octal351265274026231154066121
Binary1110100110110101101111000101101001110011011000001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B5BC; }

 p { color: rgb(233,181,188); }

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

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

 a { background-color: rgb(233,181,188); }

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

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

 span { border-color: rgb(233,181,188); }

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