#E2ABDE

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

Shades of Plum #E2ABDE

Tints of Plum #E2ABDE

Color information

#E2ABDE (or 0xE2ABDE) is unknown color: approx Plum. HEX triplet: E2, AB and DE. RGB value is (226,171,222). Sum of RGB (Red+Green+Blue) = 226+171+222=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABDE is #1D5421. Grayscale: #C1C1C1. Windows color (decimal): -1922082 or 14592994. OLE color: 14592994.

HSL color Cylindrical-coordinate representation of color #E2ABDE: hue angle of 304.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABDE is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226171222-
CMYK00.240.020.11
HSL304.36º48.67%77.84%-
HSV(B)304.36º24.34%88.63%-
XYZ59.1150.5775.75-
YUV193.26144.22151.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=36.51%
G=27.63%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617122200.240.020.11304.3648.6777.84
HexE2ABDE0182B130314e
Octal34225333603021346061116
Binary1110001010101011110111100110001010111001100001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABDE; }

 p { color: rgb(226,171,222); }

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

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

 a { background-color: rgb(226,171,222); }

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

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

 span { border-color: rgb(226,171,222); }

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