#E7AAB1

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

Shades of Blossom #E7AAB1

Tints of Blossom #E7AAB1

Color information

#E7AAB1 (or 0xE7AAB1) is unknown color: approx Blossom. HEX triplet: E7, AA and B1. RGB value is (231,170,177). Sum of RGB (Red+Green+Blue) = 231+170+177=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AAB1 is #18554E. Grayscale: #BDBDBD. Windows color (decimal): -1594703 or 11643623. OLE color: 11643623.

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

Color convert

RGB231170177-
CMYK00.260.230.09
HSL353.11º55.96%78.63%-
HSV(B)353.11º26.41%90.59%-
XYZ55.2748.9148.12-
YUV189.04121.21157.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=39.97%
G=29.41%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117017700.260.230.09353.1155.9678.63
HexE7AAB101A179161384f
Octal347252261032271154170117
Binary1110011110101010101100010110101011110011011000011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAB1; }

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

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

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

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

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

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

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

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