#E29ADA

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

Shades of Plum #E29ADA

Tints of Plum #E29ADA

Color information

#E29ADA (or 0xE29ADA) is unknown color: approx Plum. HEX triplet: E2, 9A and DA. RGB value is (226,154,218). Sum of RGB (Red+Green+Blue) = 226+154+218=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ADA is #1D6525. Grayscale: #B6B6B6. Windows color (decimal): -1926438 or 14326498. OLE color: 14326498.

HSL color Cylindrical-coordinate representation of color #E29ADA: hue angle of 306.67º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29ADA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226154218-
CMYK00.320.040.11
HSL306.67º55.38%74.51%-
HSV(B)306.67º31.86%88.63%-
XYZ55.5744.3471.96-
YUV182.82147.85158.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.79%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=37.79%
G=25.75%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615421800.320.040.11306.6755.3874.51
HexE29ADA0204B133374b
Octal34223233204041346367113
Binary111000101001101011011010010000010010111001100111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29ADA; }

 p { color: rgb(226,154,218); }

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

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

 a { background-color: rgb(226,154,218); }

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

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

 span { border-color: rgb(226,154,218); }

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