#EDA3F2

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

Shades of Plum #EDA3F2

Tints of Plum #EDA3F2

Color information

#EDA3F2 (or 0xEDA3F2) is unknown color: approx Plum. HEX triplet: ED, A3 and F2. RGB value is (237,163,242). Sum of RGB (Red+Green+Blue) = 237+163+242=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 163 (64.06% from 255 or 25.39% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDA3F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3F2 is #125C0D. Grayscale: #C1C1C1. Windows color (decimal): -1203214 or 15901677. OLE color: 15901677.

HSL color Cylindrical-coordinate representation of color #EDA3F2: hue angle of 296.2º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA3F2 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237163242-
CMYK0.020.3300.05
HSL296.2º75.24%79.41%-
HSV(B)296.2º32.64%94.9%-
XYZ64.0550.6190.4-
YUV194.13155.02158.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 163 (64.06% from 255) = 25.39%
BLUE value IS 242 (94.92% from 255) = 37.69%
R=36.92%
G=25.39%
B=37.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371632420.020.3300.05296.275.2479.41
HexEDA3F2221051284b4f
Octal35524336224105450113117
Binary11101101101000111111001010100001010110010100010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3F2; }

 p { color: rgb(237,163,242); }

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

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

 a { background-color: rgb(237,163,242); }

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

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

 span { border-color: rgb(237,163,242); }

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