#E69FE5

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

Shades of Plum #E69FE5

Tints of Plum #E69FE5

Color information

#E69FE5 (or 0xE69FE5) is unknown color: approx Plum. HEX triplet: E6, 9F and E5. RGB value is (230,159,229). Sum of RGB (Red+Green+Blue) = 230+159+229=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FE5 is #19601A. Grayscale: #BCBCBC. Windows color (decimal): -1663003 or 15048678. OLE color: 15048678.

HSL color Cylindrical-coordinate representation of color #E69FE5: hue angle of 300.85º 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 #E69FE5 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB230159229-
CMYK00.310.000.10
HSL300.85º58.68%76.27%-
HSV(B)300.85º30.87%90.2%-
XYZ59.1747.2880.14-
YUV188.21151.02157.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=37.22%
G=25.73%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015922900.310.000.10300.8558.6876.27
HexE69FE501F0A12d3b4c
Octal34623734503701245573114
Binary111001101001111111100101011111010101001011011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FE5; }

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

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

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

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

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

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

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

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