#E7B3BB

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

Shades of Blossom #E7B3BB

Tints of Blossom #E7B3BB

Color information

#E7B3BB (or 0xE7B3BB) is unknown color: approx Blossom. HEX triplet: E7, B3 and BB. RGB value is (231,179,187). Sum of RGB (Red+Green+Blue) = 231+179+187=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B3BB is #184C44. Grayscale: #C3C3C3. Windows color (decimal): -1592389 or 12301287. OLE color: 12301287.

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

Color convert

RGB231179187-
CMYK00.230.190.09
HSL350.77º52%80.39%-
HSV(B)350.77º22.51%90.59%-
XYZ58.0452.8254.15-
YUV195.46123.23153.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 179 (70.31% from 255) = 29.98%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=38.69%
G=29.98%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117918700.230.190.09350.775280.39
HexE7B3BB01713915f3450
Octal347263273027231153764120
Binary1110011110110011101110110101111001110011010111111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B3BB; }

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

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

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

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

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

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

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

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