#E8A6B1

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

Shades of Blossom #E8A6B1

Tints of Blossom #E8A6B1

Color information

#E8A6B1 (or 0xE8A6B1) is unknown color: approx Blossom. HEX triplet: E8, A6 and B1. RGB value is (232,166,177). Sum of RGB (Red+Green+Blue) = 232+166+177=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A6B1 is #17594E. Grayscale: #BBBBBB. Windows color (decimal): -1530191 or 11642600. OLE color: 11642600.

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

Color convert

RGB232166177-
CMYK00.280.240.09
HSL350º58.93%78.04%-
HSV(B)350º28.45%90.98%-
XYZ54.8547.647.89-
YUV186.99122.37160.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.35%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 177 (69.53% from 255) = 30.78%
R=40.35%
G=28.87%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216617700.280.240.0935058.9378.04
HexE8A6B101C18915e3b4e
Octal350246261034301153673116
Binary1110100010100110101100010111001100010011010111101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A6B1; }

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

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

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

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

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

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

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

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