#E7A9B2

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

Shades of Blossom #E7A9B2

Tints of Blossom #E7A9B2

Color information

#E7A9B2 (or 0xE7A9B2) is unknown color: approx Blossom. HEX triplet: E7, A9 and B2. RGB value is (231,169,178). Sum of RGB (Red+Green+Blue) = 231+169+178=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A9B2 is #18564D. Grayscale: #BCBCBC. Windows color (decimal): -1594958 or 11708903. OLE color: 11708903.

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

Color convert

RGB231169178-
CMYK00.270.230.09
HSL351.29º56.36%78.43%-
HSV(B)351.29º26.84%90.59%-
XYZ55.1848.5848.59-
YUV188.56122.04158.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 169 (66.41% from 255) = 29.24%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=39.97%
G=29.24%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116917800.270.230.09351.2956.3678.43
HexE7A9B201B17915f384e
Octal347251262033271153770116
Binary1110011110101001101100100110111011110011010111111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9B2; }

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

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

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

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

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

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

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

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