#E3A5EB

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

Shades of Plum #E3A5EB

Tints of Plum #E3A5EB

Color information

#E3A5EB (or 0xE3A5EB) is unknown color: approx Plum. HEX triplet: E3, A5 and EB. RGB value is (227,165,235). Sum of RGB (Red+Green+Blue) = 227+165+235=627 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.20% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A5EB is #1C5A14. Grayscale: #BFBFBF. Windows color (decimal): -1858069 or 15443427. OLE color: 15443427.

HSL color Cylindrical-coordinate representation of color #E3A5EB: hue angle of 293.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3A5EB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227165235-
CMYK0.030.3000.08
HSL293.14º63.64%78.43%-
HSV(B)293.14º29.79%92.16%-
XYZ60.1349.2484.93-
YUV191.52152.54153.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.20%
GREEN value IS 165 (64.84% from 255) = 26.32%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=36.20%
G=26.32%
B=37.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271652350.030.3000.08293.1463.6478.43
HexE3A5EB31E08125404e
Octal343245353336010445100116
Binary11100011101001011110101111111100100010010010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A5EB; }

 p { color: rgb(227,165,235); }

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

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

 a { background-color: rgb(227,165,235); }

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

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

 span { border-color: rgb(227,165,235); }

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