#e69fee

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

Shades of Plum #E69FEE

Tints of Plum #E69FEE

Color information

#E69FEE (or 0xE69FEE) is unknown color: approx Plum. HEX triplet: E6, 9F and EE. RGB value is (230,159,238). Sum of RGB (Red+Green+Blue) = 230+159+238=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #E69FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FEE is #196011. Grayscale: #BCBCBC. Windows color (decimal): -1662994 or 15638502. OLE color: 15638502.

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

Color convert

RGB230159238-
CMYK0.030.3300.07
HSL293.92º69.91%77.84%-
HSV(B)293.92º33.19%93.33%-
XYZ60.4647.7986.93-
YUV189.24155.52157.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.68%
GREEN value IS 159 (62.5% from 255) = 25.36%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=36.68%
G=25.36%
B=37.96%

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
Decimal2301592380.030.3300.07293.9269.9177.84
HexE69FEE32107126464e
Octal34623735634107446106116
Binary11100110100111111110111011100001011110010011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e69fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e69fee; }

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

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

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

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

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

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

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

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