#E1ACB9

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

Shades of Blossom #E1ACB9

Tints of Blossom #E1ACB9

Color information

#E1ACB9 (or 0xE1ACB9) is unknown color: approx Blossom. HEX triplet: E1, AC and B9. RGB value is (225,172,185). Sum of RGB (Red+Green+Blue) = 225+172+185=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACB9 is #1E5346. Grayscale: #BDBDBD. Windows color (decimal): -1987399 or 12168417. OLE color: 12168417.

HSL color Cylindrical-coordinate representation of color #E1ACB9: hue angle of 345.28º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACB9 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225172185-
CMYK00.240.180.12
HSL345.28º46.9%77.84%-
HSV(B)345.28º23.56%88.24%-
XYZ54.5649.0252.48-
YUV189.33125.56153.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=38.66%
G=29.55%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517218500.240.180.12345.2846.977.84
HexE1ACB901812C1592f4e
Octal341254271030221453157116
Binary1110000110101100101110010110001001011001010110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACB9; }

 p { color: rgb(225,172,185); }

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

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

 a { background-color: rgb(225,172,185); }

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

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

 span { border-color: rgb(225,172,185); }

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