#E8BBBE

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

Shades of Blossom #E8BBBE

Tints of Blossom #E8BBBE

Color information

#E8BBBE (or 0xE8BBBE) is unknown color: approx Blossom. HEX triplet: E8, BB and BE. RGB value is (232,187,190). Sum of RGB (Red+Green+Blue) = 232+187+190=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBBE is #174441. Grayscale: #C8C8C8. Windows color (decimal): -1524802 or 12499944. OLE color: 12499944.

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

Color convert

RGB232187190-
CMYK00.190.180.09
HSL356º49.45%82.16%-
HSV(B)356º19.4%90.98%-
XYZ60.3456.4156.42-
YUV200.8121.91150.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=38.10%
G=30.71%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218719000.190.180.0935649.4582.16
HexE8BBBE0131291643152
Octal350273276023221154461122
Binary1110100010111011101111100100111001010011011001001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBBE; }

 p { color: rgb(232,187,190); }

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

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

 a { background-color: rgb(232,187,190); }

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

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

 span { border-color: rgb(232,187,190); }

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