#E69FDA

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

Shades of Plum #E69FDA

Tints of Plum #E69FDA

Color information

#E69FDA (or 0xE69FDA) is unknown color: approx Plum. HEX triplet: E6, 9F and DA. RGB value is (230,159,218). Sum of RGB (Red+Green+Blue) = 230+159+218=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FDA is #196025. Grayscale: #BABABA. Windows color (decimal): -1663014 or 14327782. OLE color: 14327782.

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

Color convert

RGB230159218-
CMYK00.310.050.10
HSL310.14º58.68%76.27%-
HSV(B)310.14º30.87%90.2%-
XYZ57.6946.6872.3-
YUV186.96145.52158.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=37.89%
G=26.19%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015921800.310.050.10310.1458.6876.27
HexE69FDA01F5A1363b4c
Octal34623733203751246673114
Binary11100110100111111101101001111110110101001101101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FDA; }

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

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

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

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

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

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

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

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