#E69AEA

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

Shades of Plum #E69AEA

Tints of Plum #E69AEA

Color information

#E69AEA (or 0xE69AEA) is unknown color: approx Plum. HEX triplet: E6, 9A and EA. RGB value is (230,154,234). Sum of RGB (Red+Green+Blue) = 230+154+234=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E69AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AEA is #196515. Grayscale: #B9B9B9. Windows color (decimal): -1664278 or 15375078. OLE color: 15375078.

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

Color convert

RGB230154234-
CMYK0.020.3400.08
HSL297º65.57%76.08%-
HSV(B)297º34.19%91.76%-
XYZ59.0445.8783.58-
YUV185.84155.18159.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 154 (60.55% from 255) = 24.92%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=37.22%
G=24.92%
B=37.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301542340.020.3400.0829765.5776.08
HexE69AEA22208129424c
Octal346232352242010451102114
Binary111001101001101011101010101000100100010010100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AEA; }

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

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

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

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

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

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

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

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