#E69FEC

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

Shades of Plum #E69FEC

Tints of Plum #E69FEC

Color information

#E69FEC (or 0xE69FEC) is unknown color: approx Plum. HEX triplet: E6, 9F and EC. RGB value is (230,159,236). Sum of RGB (Red+Green+Blue) = 230+159+236=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #E69FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FEC is #196013. Grayscale: #BCBCBC. Windows color (decimal): -1662996 or 15507430. OLE color: 15507430.

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

Color convert

RGB230159236-
CMYK0.030.3300.07
HSL295.32º66.96%77.45%-
HSV(B)295.32º32.63%92.55%-
XYZ60.1747.6885.39-
YUV189.01154.52157.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 159 (62.5% from 255) = 25.44%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=36.8%
G=25.44%
B=37.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301592360.030.3300.07295.3266.9677.45
HexE69FEC32107127434d
Octal34623735434107447103115
Binary11100110100111111110110011100001011110010011110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FEC; }

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

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

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

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

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

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

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

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