#E0AEB3

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

Shades of Blossom #E0AEB3

Tints of Blossom #E0AEB3

Color information

#E0AEB3 (or 0xE0AEB3) is unknown color: approx Blossom. HEX triplet: E0, AE and B3. RGB value is (224,174,179). Sum of RGB (Red+Green+Blue) = 224+174+179=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEB3 is #1F514C. Grayscale: #BDBDBD. Windows color (decimal): -2052429 or 11775712. OLE color: 11775712.

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

Color convert

RGB224174179-
CMYK00.220.200.12
HSL354º44.64%78.04%-
HSV(B)354º22.32%87.84%-
XYZ54.0149.3749.33-
YUV189.52122.06152.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 179 (70.31% from 255) = 31.02%
R=38.82%
G=30.16%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417417900.220.200.1235444.6478.04
HexE0AEB301614C1622d4e
Octal340256263026241454255116
Binary1110000010101110101100110101101010011001011000101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEB3; }

 p { color: rgb(224,174,179); }

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

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

 a { background-color: rgb(224,174,179); }

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

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

 span { border-color: rgb(224,174,179); }

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