#E2AEE4

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

Shades of Plum #E2AEE4

Tints of Plum #E2AEE4

Color information

#E2AEE4 (or 0xE2AEE4) is unknown color: approx Plum. HEX triplet: E2, AE and E4. RGB value is (226,174,228). Sum of RGB (Red+Green+Blue) = 226+174+228=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #E2AEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEE4 is #1D511B. Grayscale: #C3C3C3. Windows color (decimal): -1921308 or 14986978. OLE color: 14986978.

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

Color convert

RGB226174228-
CMYK0.010.2400.11
HSL297.78º50%78.82%-
HSV(B)297.78º23.68%89.41%-
XYZ60.552.0480.26-
YUV195.7146.23149.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.99%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 228 (89.45% from 255) = 36.31%
R=35.99%
G=27.71%
B=36.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261742280.010.2400.11297.785078.82
HexE2AEE41180B12a324f
Octal34225634413001345262117
Binary111000101010111011100100111000010111001010101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEE4; }

 p { color: rgb(226,174,228); }

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

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

 a { background-color: rgb(226,174,228); }

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

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

 span { border-color: rgb(226,174,228); }

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