#E8ADF0

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

Shades of Plum #E8ADF0

Tints of Plum #E8ADF0

Color information

#E8ADF0 (or 0xE8ADF0) is unknown color: approx Plum. HEX triplet: E8, AD and F0. RGB value is (232,173,240). Sum of RGB (Red+Green+Blue) = 232+173+240=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADF0 is #17520F. Grayscale: #C6C6C6. Windows color (decimal): -1528336 or 15773160. OLE color: 15773160.

HSL color Cylindrical-coordinate representation of color #E8ADF0: hue angle of 292.84º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8ADF0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232173240-
CMYK0.030.2800.06
HSL292.84º69.07%80.98%-
HSV(B)292.84º27.92%94.12%-
XYZ63.9553.3389.36-
YUV198.28151.55152.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.97%
GREEN value IS 173 (67.97% from 255) = 26.82%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=35.97%
G=26.82%
B=37.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321732400.030.2800.06292.8469.0780.98
HexE8ADF031C061254551
Octal35025536033406445105121
Binary1110100010101101111100001111100011010010010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADF0; }

 p { color: rgb(232,173,240); }

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

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

 a { background-color: rgb(232,173,240); }

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

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

 span { border-color: rgb(232,173,240); }

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