#E7A6B1

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

Shades of Blossom #E7A6B1

Tints of Blossom #E7A6B1

Color information

#E7A6B1 (or 0xE7A6B1) is unknown color: approx Blossom. HEX triplet: E7, A6 and B1. RGB value is (231,166,177). Sum of RGB (Red+Green+Blue) = 231+166+177=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A6B1 is #18594E. Grayscale: #BABABA. Windows color (decimal): -1595727 or 11642599. OLE color: 11642599.

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

Color convert

RGB231166177-
CMYK00.280.230.09
HSL349.85º57.52%77.84%-
HSV(B)349.85º28.14%90.59%-
XYZ54.5347.4447.88-
YUV186.69122.53159.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=40.24%
G=28.92%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116617700.280.230.09349.8557.5277.84
HexE7A6B101C17915e3a4e
Octal347246261034271153672116
Binary1110011110100110101100010111001011110011010111101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A6B1; }

 p { color: rgb(231,166,177); }

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

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

 a { background-color: rgb(231,166,177); }

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

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

 span { border-color: rgb(231,166,177); }

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