#E7ABB1

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

Shades of Blossom #E7ABB1

Tints of Blossom #E7ABB1

Color information

#E7ABB1 (or 0xE7ABB1) is unknown color: approx Blossom. HEX triplet: E7, AB and B1. RGB value is (231,171,177). Sum of RGB (Red+Green+Blue) = 231+171+177=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ABB1 is #18544E. Grayscale: #BDBDBD. Windows color (decimal): -1594447 or 11643879. OLE color: 11643879.

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

Color convert

RGB231171177-
CMYK00.260.230.09
HSL354º55.56%78.82%-
HSV(B)354º25.97%90.59%-
XYZ55.4549.2948.19-
YUV189.62120.88157.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=39.90%
G=29.53%
B=30.57%

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
Decimal23117117700.260.230.0935455.5678.82
HexE7ABB101A179162384f
Octal347253261032271154270117
Binary1110011110101011101100010110101011110011011000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABB1; }

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

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

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

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

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

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

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

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