#E6AFEA

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

Shades of Plum #E6AFEA

Tints of Plum #E6AFEA

Color information

#E6AFEA (or 0xE6AFEA) is unknown color: approx Plum. HEX triplet: E6, AF and EA. RGB value is (230,175,234). Sum of RGB (Red+Green+Blue) = 230+175+234=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFEA is #195015. Grayscale: #C5C5C5. Windows color (decimal): -1658902 or 15380454. OLE color: 15380454.

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

Color convert

RGB230175234-
CMYK0.020.2500.08
HSL295.93º58.42%80.2%-
HSV(B)295.93º25.21%91.76%-
XYZ62.8153.4284.84-
YUV198.17148.22150.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.99%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=35.99%
G=27.39%
B=36.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301752340.020.2500.08295.9358.4280.2
HexE6AFEA219081283a50
Octal34625735223101045072120
Binary1110011010101111111010101011001010001001010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFEA; }

 p { color: rgb(230,175,234); }

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

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

 a { background-color: rgb(230,175,234); }

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

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

 span { border-color: rgb(230,175,234); }

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