#EDA3F3

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

Shades of Plum #EDA3F3

Tints of Plum #EDA3F3

Color information

#EDA3F3 (or 0xEDA3F3) is unknown color: approx Plum. HEX triplet: ED, A3 and F3. RGB value is (237,163,243). Sum of RGB (Red+Green+Blue) = 237+163+243=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 163 (64.06% from 255 or 25.35% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDA3F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3F3 is #125C0C. Grayscale: #C1C1C1. Windows color (decimal): -1203213 or 15967213. OLE color: 15967213.

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

Color convert

RGB237163243-
CMYK0.020.3300.05
HSL295.5º76.92%79.61%-
HSV(B)295.5º32.92%95.29%-
XYZ64.250.6791.19-
YUV194.25155.52158.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 163 (64.06% from 255) = 25.35%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=36.86%
G=25.35%
B=37.79%

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
Decimal2371632430.020.3300.05295.576.9279.61
HexEDA3F3221051284d50
Octal35524336324105450115120
Binary11101101101000111111001110100001010110010100010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3F3; }

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

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

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

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

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

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

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

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