#E2AAB3

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

Shades of Blossom #E2AAB3

Tints of Blossom #E2AAB3

Color information

#E2AAB3 (or 0xE2AAB3) is unknown color: approx Blossom. HEX triplet: E2, AA and B3. RGB value is (226,170,179). Sum of RGB (Red+Green+Blue) = 226+170+179=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAB3 is #1D554C. Grayscale: #BBBBBB. Windows color (decimal): -1922381 or 11774690. OLE color: 11774690.

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

Color convert

RGB226170179-
CMYK00.250.210.11
HSL350.36º49.12%77.65%-
HSV(B)350.36º24.78%88.63%-
XYZ53.8848.1749.11-
YUV187.77123.05155.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=39.30%
G=29.57%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617017900.250.210.11350.3649.1277.65
HexE2AAB301915B15e314e
Octal342252263031251353661116
Binary1110001010101010101100110110011010110111010111101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAB3; }

 p { color: rgb(226,170,179); }

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

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

 a { background-color: rgb(226,170,179); }

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

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

 span { border-color: rgb(226,170,179); }

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