#E7B2BA

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

Shades of Blossom #E7B2BA

Tints of Blossom #E7B2BA

Color information

#E7B2BA (or 0xE7B2BA) is unknown color: approx Blossom. HEX triplet: E7, B2 and BA. RGB value is (231,178,186). Sum of RGB (Red+Green+Blue) = 231+178+186=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B2BA is #184D45. Grayscale: #C2C2C2. Windows color (decimal): -1592646 or 12235495. OLE color: 12235495.

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

Color convert

RGB231178186-
CMYK00.230.190.09
HSL350.94º52.48%80.2%-
HSV(B)350.94º22.94%90.59%-
XYZ57.7452.3753.52-
YUV194.76123.06153.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 178 (69.92% from 255) = 29.92%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=38.82%
G=29.92%
B=31.26%

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
Decimal23117818600.230.190.09350.9452.4880.2
HexE7B2BA01713915f3450
Octal347262272027231153764120
Binary1110011110110010101110100101111001110011010111111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B2BA; }

 p { color: rgb(231,178,186); }

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

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

 a { background-color: rgb(231,178,186); }

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

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

 span { border-color: rgb(231,178,186); }

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