#E3ACB6

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

Shades of Blossom #E3ACB6

Tints of Blossom #E3ACB6

Color information

#E3ACB6 (or 0xE3ACB6) is unknown color: approx Blossom. HEX triplet: E3, AC and B6. RGB value is (227,172,182). Sum of RGB (Red+Green+Blue) = 227+172+182=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E3ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3ACB6 is #1C5349. Grayscale: #BDBDBD. Windows color (decimal): -1856330 or 11971811. OLE color: 11971811.

HSL color Cylindrical-coordinate representation of color #E3ACB6: hue angle of 349.09º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3ACB6 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB227172182-
CMYK00.240.200.11
HSL349.09º49.55%78.24%-
HSV(B)349.09º24.23%89.02%-
XYZ54.8749.2150.86-
YUV189.58123.72154.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.07%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=39.07%
G=29.60%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717218200.240.200.11349.0949.5578.24
HexE3ACB601814B15d324e
Octal343254266030241353562116
Binary1110001110101100101101100110001010010111010111011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ACB6; }

 p { color: rgb(227,172,182); }

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

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

 a { background-color: rgb(227,172,182); }

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

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

 span { border-color: rgb(227,172,182); }

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