#E69FD8

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

Shades of Plum #E69FD8

Tints of Plum #E69FD8

Color information

#E69FD8 (or 0xE69FD8) is unknown color: approx Plum. HEX triplet: E6, 9F and D8. RGB value is (230,159,216). Sum of RGB (Red+Green+Blue) = 230+159+216=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FD8 is #196027. Grayscale: #BABABA. Windows color (decimal): -1663016 or 14196710. OLE color: 14196710.

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

Color convert

RGB230159216-
CMYK00.310.060.10
HSL311.83º58.68%76.27%-
HSV(B)311.83º30.87%90.2%-
XYZ57.4346.5870.93-
YUV186.73144.52158.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=38.02%
G=26.28%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015921600.310.060.10311.8358.6876.27
HexE69FD801F6A1383b4c
Octal34623733003761247073114
Binary11100110100111111101100001111111010101001110001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FD8; }

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

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

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

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

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

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

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

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