#E69AEC

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

Shades of Plum #E69AEC

Tints of Plum #E69AEC

Color information

#E69AEC (or 0xE69AEC) is unknown color: approx Plum. HEX triplet: E6, 9A and EC. RGB value is (230,154,236). Sum of RGB (Red+Green+Blue) = 230+154+236=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #E69AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AEC is #196513. Grayscale: #B9B9B9. Windows color (decimal): -1664276 or 15506150. OLE color: 15506150.

HSL color Cylindrical-coordinate representation of color #E69AEC: hue angle of 295.61º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E69AEC is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230154236-
CMYK0.030.3500.07
HSL295.61º68.33%76.47%-
HSV(B)295.61º34.75%92.55%-
XYZ59.3345.9985.11-
YUV186.07156.18159.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 154 (60.55% from 255) = 24.84%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=37.10%
G=24.84%
B=38.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301542360.030.3500.07295.6168.3376.47
HexE69AEC32307128444c
Octal34623235434307450104114
Binary11100110100110101110110011100011011110010100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AEC; }

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

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

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

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

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

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

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

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