#E1AEB8

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

Shades of Blossom #E1AEB8

Tints of Blossom #E1AEB8

Color information

#E1AEB8 (or 0xE1AEB8) is unknown color: approx Blossom. HEX triplet: E1, AE and B8. RGB value is (225,174,184). Sum of RGB (Red+Green+Blue) = 225+174+184=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEB8 is #1E5147. Grayscale: #BEBEBE. Windows color (decimal): -1986888 or 12103393. OLE color: 12103393.

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

Color convert

RGB225174184-
CMYK00.230.180.12
HSL348.24º45.95%78.24%-
HSV(B)348.24º22.67%88.24%-
XYZ54.8449.7452.06-
YUV190.39124.4152.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 184 (72.27% from 255) = 31.56%
R=38.59%
G=29.85%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517418400.230.180.12348.2445.9578.24
HexE1AEB801712C15c2e4e
Octal341256270027221453456116
Binary1110000110101110101110000101111001011001010111001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEB8; }

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

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

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

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

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

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

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

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