#E7AAB8

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

Shades of Blossom #E7AAB8

Tints of Blossom #E7AAB8

Color information

#E7AAB8 (or 0xE7AAB8) is unknown color: approx Blossom. HEX triplet: E7, AA and B8. RGB value is (231,170,184). Sum of RGB (Red+Green+Blue) = 231+170+184=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAB8 is #185547. Grayscale: #BDBDBD. Windows color (decimal): -1594696 or 12102375. OLE color: 12102375.

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

Color convert

RGB231170184-
CMYK00.260.200.09
HSL346.23º55.96%78.63%-
HSV(B)346.23º26.41%90.59%-
XYZ55.9849.251.89-
YUV189.83124.71157.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.49%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 184 (72.27% from 255) = 31.45%
R=39.49%
G=29.06%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117018400.260.200.09346.2355.9678.63
HexE7AAB801A14915a384f
Octal347252270032241153270117
Binary1110011110101010101110000110101010010011010110101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAB8; }

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

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

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

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

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

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

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

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