#E9ADF0

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

Shades of Plum #E9ADF0

Tints of Plum #E9ADF0

Color information

#E9ADF0 (or 0xE9ADF0) is unknown color: approx Plum. HEX triplet: E9, AD and F0. RGB value is (233,173,240). Sum of RGB (Red+Green+Blue) = 233+173+240=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADF0 is #16520F. Grayscale: #C6C6C6. Windows color (decimal): -1462800 or 15773161. OLE color: 15773161.

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

Color convert

RGB233173240-
CMYK0.030.2800.06
HSL293.73º69.07%80.98%-
HSV(B)293.73º27.92%94.12%-
XYZ64.2853.589.38-
YUV198.58151.38152.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.07%
GREEN value IS 173 (67.97% from 255) = 26.78%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=36.07%
G=26.78%
B=37.15%

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
Decimal2331732400.030.2800.06293.7369.0780.98
HexE9ADF031C061264551
Octal35125536033406446105121
Binary1110100110101101111100001111100011010010011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ADF0; }

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

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

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

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

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

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

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

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