#EDA6EB

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

Shades of Plum #EDA6EB

Tints of Plum #EDA6EB

Color information

#EDA6EB (or 0xEDA6EB) is unknown color: approx Plum. HEX triplet: ED, A6 and EB. RGB value is (237,166,235). Sum of RGB (Red+Green+Blue) = 237+166+235=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6EB is #125914. Grayscale: #C2C2C2. Windows color (decimal): -1202453 or 15443693. OLE color: 15443693.

HSL color Cylindrical-coordinate representation of color #EDA6EB: hue angle of 301.69º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6EB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237166235-
CMYK00.300.010.07
HSL301.69º66.36%79.02%-
HSV(B)301.69º29.96%92.94%-
XYZ63.5651.2885.14-
YUV195.1150.52157.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 166 (65.23% from 255) = 26.02%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=37.15%
G=26.02%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716623500.300.010.07301.6966.3679.02
HexEDA6EB01E1712e424f
Octal35524635303617456102117
Binary111011011010011011101011011110111110010111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6EB; }

 p { color: rgb(237,166,235); }

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

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

 a { background-color: rgb(237,166,235); }

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

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

 span { border-color: rgb(237,166,235); }

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