#EDA7F1

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

Shades of Plum #EDA7F1

Tints of Plum #EDA7F1

Color information

#EDA7F1 (or 0xEDA7F1) is unknown color: approx Plum. HEX triplet: ED, A7 and F1. RGB value is (237,167,241). Sum of RGB (Red+Green+Blue) = 237+167+241=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 167 (65.62% from 255 or 25.89% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDA7F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7F1 is #12580E. Grayscale: #C4C4C4. Windows color (decimal): -1202191 or 15837165. OLE color: 15837165.

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

Color convert

RGB237167241-
CMYK0.020.3100.05
HSL296.76º72.55%80%-
HSV(B)296.76º30.71%94.51%-
XYZ64.6251.9989.85-
YUV196.37153.19156.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 167 (65.62% from 255) = 25.89%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=36.74%
G=25.89%
B=37.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371672410.020.3100.05296.7672.5580
HexEDA7F121F051294950
Octal35524736123705451111120
Binary1110110110100111111100011011111010110010100110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7F1; }

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

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

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

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

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

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

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

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