#E69FED

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

Shades of Plum #E69FED

Tints of Plum #E69FED

Color information

#E69FED (or 0xE69FED) is unknown color: approx Plum. HEX triplet: E6, 9F and ED. RGB value is (230,159,237). Sum of RGB (Red+Green+Blue) = 230+159+237=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #E69FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FED is #196012. Grayscale: #BCBCBC. Windows color (decimal): -1662995 or 15572966. OLE color: 15572966.

HSL color Cylindrical-coordinate representation of color #E69FED: hue angle of 294.62º degrees, saturation: 0.68, 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 #E69FED is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230159237-
CMYK0.030.3300.07
HSL294.62º68.42%77.65%-
HSV(B)294.62º32.91%92.94%-
XYZ60.3247.7386.16-
YUV189.12155.02157.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.74%
GREEN value IS 159 (62.5% from 255) = 25.40%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=36.74%
G=25.40%
B=37.86%

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
Decimal2301592370.030.3300.07294.6268.4277.65
HexE69FED32107127444e
Octal34623735534107447104116
Binary11100110100111111110110111100001011110010011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FED; }

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

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

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

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

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

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

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

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