#E8ADEF

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

Shades of Plum #E8ADEF

Tints of Plum #E8ADEF

Color information

#E8ADEF (or 0xE8ADEF) is unknown color: approx Plum. HEX triplet: E8, AD and EF. RGB value is (232,173,239). Sum of RGB (Red+Green+Blue) = 232+173+239=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8ADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADEF is #175210. Grayscale: #C5C5C5. Windows color (decimal): -1528337 or 15707624. OLE color: 15707624.

HSL color Cylindrical-coordinate representation of color #E8ADEF: hue angle of 293.64º degrees, saturation: 0.67, 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 #E8ADEF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232173239-
CMYK0.030.2800.06
HSL293.64º67.35%80.78%-
HSV(B)293.64º27.62%93.73%-
XYZ63.853.2788.58-
YUV198.16151.05152.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.02%
GREEN value IS 173 (67.97% from 255) = 26.86%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=36.02%
G=26.86%
B=37.11%

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
Decimal2321732390.030.2800.06293.6467.3580.78
HexE8ADEF31C061264351
Octal35025535733406446103121
Binary1110100010101101111011111111100011010010011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADEF; }

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

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

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

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

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

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

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

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