#E7ACB1

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

Shades of Blossom #E7ACB1

Tints of Blossom #E7ACB1

Color information

#E7ACB1 (or 0xE7ACB1) is unknown color: approx Blossom. HEX triplet: E7, AC and B1. RGB value is (231,172,177). Sum of RGB (Red+Green+Blue) = 231+172+177=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ACB1 is #18534E. Grayscale: #BEBEBE. Windows color (decimal): -1594191 or 11644135. OLE color: 11644135.

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

Color convert

RGB231172177-
CMYK00.260.230.09
HSL354.92º55.14%79.02%-
HSV(B)354.92º25.54%90.59%-
XYZ55.6449.6748.25-
YUV190.21120.55157.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 177 (69.53% from 255) = 30.52%
R=39.83%
G=29.66%
B=30.52%

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
Decimal23117217700.260.230.09354.9255.1479.02
HexE7ACB101A179163374f
Octal347254261032271154367117
Binary1110011110101100101100010110101011110011011000111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACB1; }

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

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

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

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

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

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

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

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