#E7BBBE

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

Shades of Blossom #E7BBBE

Tints of Blossom #E7BBBE

Color information

#E7BBBE (or 0xE7BBBE) is unknown color: approx Blossom. HEX triplet: E7, BB and BE. RGB value is (231,187,190). Sum of RGB (Red+Green+Blue) = 231+187+190=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBBE is #184441. Grayscale: #C8C8C8. Windows color (decimal): -1590338 or 12499943. OLE color: 12499943.

HSL color Cylindrical-coordinate representation of color #E7BBBE: hue angle of 355.91º degrees, saturation: 0.48, 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 #E7BBBE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231187190-
CMYK00.190.180.09
HSL355.91º47.83%81.96%-
HSV(B)355.91º19.05%90.59%-
XYZ60.0256.2556.41-
YUV200.5122.08149.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=37.99%
G=30.76%
B=31.25%

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
Decimal23118719000.190.180.09355.9147.8381.96
HexE7BBBE0131291643052
Octal347273276023221154460122
Binary1110011110111011101111100100111001010011011001001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBBE; }

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

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

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

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

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

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

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

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