#E69DF2

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

Shades of Plum #E69DF2

Tints of Plum #E69DF2

Color information

#E69DF2 (or 0xE69DF2) is unknown color: approx Plum. HEX triplet: E6, 9D and F2. RGB value is (230,157,242). Sum of RGB (Red+Green+Blue) = 230+157+242=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #E69DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DF2 is #19620D. Grayscale: #BCBCBC. Windows color (decimal): -1663502 or 15900134. OLE color: 15900134.

HSL color Cylindrical-coordinate representation of color #E69DF2: hue angle of 291.53º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E69DF2 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230157242-
CMYK0.050.3500.05
HSL291.53º76.58%78.24%-
HSV(B)291.53º35.12%94.9%-
XYZ60.7247.3589.94-
YUV188.52158.18157.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.57%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 242 (94.92% from 255) = 38.47%
R=36.57%
G=24.96%
B=38.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301572420.050.3500.05291.5376.5878.24
HexE69DF2523051244d4e
Octal34623536254305444115116
Binary111001101001110111110010101100011010110010010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DF2; }

 p { color: rgb(230,157,242); }

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

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

 a { background-color: rgb(230,157,242); }

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

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

 span { border-color: rgb(230,157,242); }

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