#E3AFEB

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

Shades of Plum #E3AFEB

Tints of Plum #E3AFEB

Color information

#E3AFEB (or 0xE3AFEB) is unknown color: approx Plum. HEX triplet: E3, AF and EB. RGB value is (227,175,235). Sum of RGB (Red+Green+Blue) = 227+175+235=637 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.64% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFEB is #1C5014. Grayscale: #C5C5C5. Windows color (decimal): -1855509 or 15445987. OLE color: 15445987.

HSL color Cylindrical-coordinate representation of color #E3AFEB: hue angle of 292º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3AFEB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227175235-
CMYK0.030.2600.08
HSL292º60%80.39%-
HSV(B)292º25.53%92.16%-
XYZ6252.9985.56-
YUV197.39149.23149.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.64%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=35.64%
G=27.47%
B=36.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271752350.030.2600.082926080.39
HexE3AFEB31A081243c50
Octal34325735333201044474120
Binary1110001110101111111010111111010010001001001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AFEB; }

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

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

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

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

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

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

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

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