#E8A8B6

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

Shades of Blossom #E8A8B6

Tints of Blossom #E8A8B6

Color information

#E8A8B6 (or 0xE8A8B6) is unknown color: approx Blossom. HEX triplet: E8, A8 and B6. RGB value is (232,168,182). Sum of RGB (Red+Green+Blue) = 232+168+182=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8B6 is #175749. Grayscale: #BCBCBC. Windows color (decimal): -1529674 or 11970792. OLE color: 11970792.

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

Color convert

RGB232168182-
CMYK00.280.220.09
HSL346.88º58.18%78.43%-
HSV(B)346.88º27.59%90.98%-
XYZ55.7248.5450.69-
YUV188.73124.2158.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.86%
GREEN value IS 168 (66.02% from 255) = 28.87%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=39.86%
G=28.87%
B=31.27%

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
Decimal23216818200.280.220.09346.8858.1878.43
HexE8A8B601C16915b3a4e
Octal350250266034261153372116
Binary1110100010101000101101100111001011010011010110111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A8B6; }

 p { color: rgb(232,168,182); }

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

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

 a { background-color: rgb(232,168,182); }

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

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

 span { border-color: rgb(232,168,182); }

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