#E0AFE2

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

Shades of Plum #E0AFE2

Tints of Plum #E0AFE2

Color information

#E0AFE2 (or 0xE0AFE2) is unknown color: approx Plum. HEX triplet: E0, AF and E2. RGB value is (224,175,226). Sum of RGB (Red+Green+Blue) = 224+175+226=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFE2 is #1F501D. Grayscale: #C3C3C3. Windows color (decimal): -2052126 or 14856160. OLE color: 14856160.

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

Color convert

RGB224175226-
CMYK0.010.2300.11
HSL297.65º46.79%78.63%-
HSV(B)297.65º22.57%88.63%-
XYZ59.85278.84-
YUV195.46145.23148.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.84%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 226 (88.67% from 255) = 36.16%
R=35.84%
G=28%
B=36.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241752260.010.2300.11297.6546.7978.63
HexE0AFE21170B12a2f4f
Octal34025734212701345257117
Binary111000001010111111100010110111010111001010101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFE2; }

 p { color: rgb(224,175,226); }

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

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

 a { background-color: rgb(224,175,226); }

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

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

 span { border-color: rgb(224,175,226); }

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