#E8A6B2

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

Shades of Blossom #E8A6B2

Tints of Blossom #E8A6B2

Color information

#E8A6B2 (or 0xE8A6B2) is unknown color: approx Blossom. HEX triplet: E8, A6 and B2. RGB value is (232,166,178). Sum of RGB (Red+Green+Blue) = 232+166+178=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A6B2 is #17594D. Grayscale: #BBBBBB. Windows color (decimal): -1530190 or 11708136. OLE color: 11708136.

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

Color convert

RGB232166178-
CMYK00.280.230.09
HSL349.09º58.93%78.04%-
HSV(B)349.09º28.45%90.98%-
XYZ54.9547.6448.42-
YUV187.1122.87160.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.28%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 178 (69.92% from 255) = 30.90%
R=40.28%
G=28.82%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216617800.280.230.09349.0958.9378.04
HexE8A6B201C17915d3b4e
Octal350246262034271153573116
Binary1110100010100110101100100111001011110011010111011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A6B2; }

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

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

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

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

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

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

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

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