#E69AEF

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

Shades of Plum #E69AEF

Tints of Plum #E69AEF

Color information

#E69AEF (or 0xE69AEF) is unknown color: approx Plum. HEX triplet: E6, 9A and EF. RGB value is (230,154,239). Sum of RGB (Red+Green+Blue) = 230+154+239=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #E69AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AEF is #196510. Grayscale: #BABABA. Windows color (decimal): -1664273 or 15702758. OLE color: 15702758.

HSL color Cylindrical-coordinate representation of color #E69AEF: hue angle of 293.65º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69AEF is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230154239-
CMYK0.040.3600.06
HSL293.65º72.65%77.06%-
HSV(B)293.65º35.56%93.73%-
XYZ59.7746.1787.42-
YUV186.41157.68159.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.92%
GREEN value IS 154 (60.55% from 255) = 24.72%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=36.92%
G=24.72%
B=38.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301542390.040.3600.06293.6572.6577.06
HexE69AEF42406126494d
Octal34623235744406446111115
Binary111001101001101011101111100100100011010010011010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AEF; }

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

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

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

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

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

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

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

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