#E2ADE6

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

Shades of Plum #E2ADE6

Tints of Plum #E2ADE6

Color information

#E2ADE6 (or 0xE2ADE6) is unknown color: approx Plum. HEX triplet: E2, AD and E6. RGB value is (226,173,230). Sum of RGB (Red+Green+Blue) = 226+173+230=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADE6 is #1D5219. Grayscale: #C3C3C3. Windows color (decimal): -1921562 or 15117794. OLE color: 15117794.

HSL color Cylindrical-coordinate representation of color #E2ADE6: hue angle of 295.79º 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 #E2ADE6 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226173230-
CMYK0.020.2500.10
HSL295.79º53.27%79.02%-
HSV(B)295.79º24.78%90.2%-
XYZ60.5951.7781.66-
YUV195.34147.56149.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 230 (90.23% from 255) = 36.57%
R=35.93%
G=27.50%
B=36.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261732300.020.2500.10295.7953.2779.02
HexE2ADE62190A128354f
Octal34225534623101245065117
Binary1110001010101101111001101011001010101001010001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADE6; }

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

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

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

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

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

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

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

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