#E69AE6

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

Shades of Plum #E69AE6

Tints of Plum #E69AE6

Color information

#E69AE6 (or 0xE69AE6) is unknown color: approx Plum. HEX triplet: E6, 9A and E6. RGB value is (230,154,230). Sum of RGB (Red+Green+Blue) = 230+154+230=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E69AE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AE6 is #196519. Grayscale: #B9B9B9. Windows color (decimal): -1664282 or 15112934. OLE color: 15112934.

HSL color Cylindrical-coordinate representation of color #E69AE6: hue angle of 300º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69AE6 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB230154230-
CMYK00.3300.10
HSL300º60.32%75.29%-
HSV(B)300º33.04%90.2%-
XYZ58.4745.6580.59-
YUV185.39153.18159.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=37.46%
G=25.08%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015423000.3300.1030060.3275.29
HexE69AE60210A12c3c4b
Octal34623234604101245474113
Binary1110011010011010111001100100001010101001011001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AE6; }

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

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

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

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

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

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

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

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