#EDA0F1

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

Shades of Plum #EDA0F1

Tints of Plum #EDA0F1

Color information

#EDA0F1 (or 0xEDA0F1) is unknown color: approx Plum. HEX triplet: ED, A0 and F1. RGB value is (237,160,241). Sum of RGB (Red+Green+Blue) = 237+160+241=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDA0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0F1 is #125F0E. Grayscale: #C0C0C0. Windows color (decimal): -1203983 or 15835373. OLE color: 15835373.

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

Color convert

RGB237160241-
CMYK0.020.3400.05
HSL297.04º74.31%78.63%-
HSV(B)297.04º33.61%94.51%-
XYZ63.3749.589.43-
YUV192.26155.51159.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 160 (62.89% from 255) = 25.08%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=37.15%
G=25.08%
B=37.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371602410.020.3400.05297.0474.3178.63
HexEDA0F1222051294a4f
Octal35524036124205451112117
Binary11101101101000001111000110100010010110010100110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0F1; }

 p { color: rgb(237,160,241); }

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

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

 a { background-color: rgb(237,160,241); }

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

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

 span { border-color: rgb(237,160,241); }

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