#E1AEBA

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

Shades of Blossom #E1AEBA

Tints of Blossom #E1AEBA

Color information

#E1AEBA (or 0xE1AEBA) is unknown color: approx Blossom. HEX triplet: E1, AE and BA. RGB value is (225,174,186). Sum of RGB (Red+Green+Blue) = 225+174+186=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEBA is #1E5145. Grayscale: #BEBEBE. Windows color (decimal): -1986886 or 12234465. OLE color: 12234465.

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

Color convert

RGB225174186-
CMYK00.230.170.12
HSL345.88º45.95%78.24%-
HSV(B)345.88º22.67%88.24%-
XYZ55.0549.8253.17-
YUV190.62125.4152.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=38.46%
G=29.74%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517418600.230.170.12345.8845.9578.24
HexE1AEBA01711C15a2e4e
Octal341256272027211453256116
Binary1110000110101110101110100101111000111001010110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEBA; }

 p { color: rgb(225,174,186); }

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

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

 a { background-color: rgb(225,174,186); }

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

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

 span { border-color: rgb(225,174,186); }

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