#E0BBBE

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

Shades of Blossom #E0BBBE

Tints of Blossom #E0BBBE

Color information

#E0BBBE (or 0xE0BBBE) is unknown color: approx Blossom. HEX triplet: E0, BB and BE. RGB value is (224,187,190). Sum of RGB (Red+Green+Blue) = 224+187+190=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBE is #1F4441. Grayscale: #C6C6C6. Windows color (decimal): -2049090 or 12499936. OLE color: 12499936.

HSL color Cylindrical-coordinate representation of color #E0BBBE: hue angle of 355.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBBE is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224187190-
CMYK00.170.150.12
HSL355.14º37.37%80.59%-
HSV(B)355.14º16.52%87.84%-
XYZ57.8155.1156.3-
YUV198.4123.26146.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=37.27%
G=31.11%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418719000.170.150.12355.1437.3780.59
HexE0BBBE011FC1632551
Octal340273276021171454345121
Binary111000001011101110111110010001111111001011000111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBBE; }

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

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

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

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

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

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

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

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