#E2A7EE

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

Shades of Plum #E2A7EE

Tints of Plum #E2A7EE

Color information

#E2A7EE (or 0xE2A7EE) is unknown color: approx Plum. HEX triplet: E2, A7 and EE. RGB value is (226,167,238). Sum of RGB (Red+Green+Blue) = 226+167+238=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2A7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A7EE is #1D5811. Grayscale: #C0C0C0. Windows color (decimal): -1923090 or 15640546. OLE color: 15640546.

HSL color Cylindrical-coordinate representation of color #E2A7EE: hue angle of 289.86º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2A7EE is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226167238-
CMYK0.050.3000.07
HSL289.86º67.62%79.41%-
HSV(B)289.86º29.83%93.33%-
XYZ60.6249.9887.34-
YUV192.74153.55151.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 167 (65.62% from 255) = 26.47%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=35.82%
G=26.47%
B=37.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261672380.050.3000.07289.8667.6279.41
HexE2A7EE51E07122444f
Octal34224735653607442104117
Binary11100010101001111110111010111110011110010001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A7EE; }

 p { color: rgb(226,167,238); }

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

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

 a { background-color: rgb(226,167,238); }

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

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

 span { border-color: rgb(226,167,238); }

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