#E69FE3

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

Shades of Plum #E69FE3

Tints of Plum #E69FE3

Color information

#E69FE3 (or 0xE69FE3) is unknown color: approx Plum. HEX triplet: E6, 9F and E3. RGB value is (230,159,227). Sum of RGB (Red+Green+Blue) = 230+159+227=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FE3 is #19601C. Grayscale: #BBBBBB. Windows color (decimal): -1663005 or 14917606. OLE color: 14917606.

HSL color Cylindrical-coordinate representation of color #E69FE3: hue angle of 302.54º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FE3 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB230159227-
CMYK00.310.010.10
HSL302.54º58.68%76.27%-
HSV(B)302.54º30.87%90.2%-
XYZ58.947.1778.67-
YUV187.98150.02157.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.34%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=37.34%
G=25.81%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015922700.310.010.10302.5458.6876.27
HexE69FE301F1A12f3b4c
Octal34623734303711245773114
Binary111001101001111111100011011111110101001011111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FE3; }

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

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

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

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

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

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

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

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