#E7ADEF

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

Shades of Plum #E7ADEF

Tints of Plum #E7ADEF

Color information

#E7ADEF (or 0xE7ADEF) is unknown color: approx Plum. HEX triplet: E7, AD and EF. RGB value is (231,173,239). Sum of RGB (Red+Green+Blue) = 231+173+239=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7ADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADEF is #185210. Grayscale: #C5C5C5. Windows color (decimal): -1593873 or 15707623. OLE color: 15707623.

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

Color convert

RGB231173239-
CMYK0.030.2800.06
HSL292.73º67.35%80.78%-
HSV(B)292.73º27.62%93.73%-
XYZ63.4853.1188.57-
YUV197.87151.22151.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=35.93%
G=26.91%
B=37.17%

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
Decimal2311732390.030.2800.06292.7367.3580.78
HexE7ADEF31C061254351
Octal34725535733406445103121
Binary1110011110101101111011111111100011010010010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADEF; }

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

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

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

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

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

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

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

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