#E0ADE6

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

Shades of Plum #E0ADE6

Tints of Plum #E0ADE6

Color information

#E0ADE6 (or 0xE0ADE6) is unknown color: approx Plum. HEX triplet: E0, AD and E6. RGB value is (224,173,230). Sum of RGB (Red+Green+Blue) = 224+173+230=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADE6 is #1F5219. Grayscale: #C2C2C2. Windows color (decimal): -2052634 or 15117792. OLE color: 15117792.

HSL color Cylindrical-coordinate representation of color #E0ADE6: hue angle of 293.68º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0ADE6 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224173230-
CMYK0.030.2500.10
HSL293.68º53.27%79.02%-
HSV(B)293.68º24.78%90.2%-
XYZ59.9751.4581.63-
YUV194.75147.9148.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.73%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=35.73%
G=27.59%
B=36.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241732300.030.2500.10293.6853.2779.02
HexE0ADE63190A126354f
Octal34025534633101244665117
Binary1110000010101101111001101111001010101001001101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADE6; }

 p { color: rgb(224,173,230); }

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

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

 a { background-color: rgb(224,173,230); }

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

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

 span { border-color: rgb(224,173,230); }

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