#EDA4F3

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

Shades of Plum #EDA4F3

Tints of Plum #EDA4F3

Color information

#EDA4F3 (or 0xEDA4F3) is unknown color: approx Plum. HEX triplet: ED, A4 and F3. RGB value is (237,164,243). Sum of RGB (Red+Green+Blue) = 237+164+243=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDA4F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4F3 is #125B0C. Grayscale: #C2C2C2. Windows color (decimal): -1202957 or 15967469. OLE color: 15967469.

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

Color convert

RGB237164243-
CMYK0.020.3300.05
HSL295.44º76.7%79.8%-
HSV(B)295.44º32.51%95.29%-
XYZ64.3851.0391.25-
YUV194.83155.18158.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 164 (64.45% from 255) = 25.47%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=36.80%
G=25.47%
B=37.73%

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
Decimal2371642430.020.3300.05295.4476.779.8
HexEDA4F3221051274d50
Octal35524436324105447115120
Binary11101101101001001111001110100001010110010011110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4F3; }

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

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

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

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

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

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

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

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