#E8A6B4

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

Shades of Blossom #E8A6B4

Tints of Blossom #E8A6B4

Color information

#E8A6B4 (or 0xE8A6B4) is unknown color: approx Blossom. HEX triplet: E8, A6 and B4. RGB value is (232,166,180). Sum of RGB (Red+Green+Blue) = 232+166+180=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A6B4 is #17594B. Grayscale: #BBBBBB. Windows color (decimal): -1530188 or 11839208. OLE color: 11839208.

HSL color Cylindrical-coordinate representation of color #E8A6B4: hue angle of 347.27º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A6B4 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232166180-
CMYK00.280.220.09
HSL347.27º58.93%78.04%-
HSV(B)347.27º28.45%90.98%-
XYZ55.1547.7249.48-
YUV187.33123.87159.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.14%
GREEN value IS 166 (65.23% from 255) = 28.72%
BLUE value IS 180 (70.70% from 255) = 31.14%
R=40.14%
G=28.72%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216618000.280.220.09347.2758.9378.04
HexE8A6B401C16915b3b4e
Octal350246264034261153373116
Binary1110100010100110101101000111001011010011010110111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A6B4; }

 p { color: rgb(232,166,180); }

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

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

 a { background-color: rgb(232,166,180); }

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

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

 span { border-color: rgb(232,166,180); }

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