#EDA7EB

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

Shades of Plum #EDA7EB

Tints of Plum #EDA7EB

Color information

#EDA7EB (or 0xEDA7EB) is unknown color: approx Plum. HEX triplet: ED, A7 and EB. RGB value is (237,167,235). Sum of RGB (Red+Green+Blue) = 237+167+235=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7EB is #125814. Grayscale: #C3C3C3. Windows color (decimal): -1202197 or 15443949. OLE color: 15443949.

HSL color Cylindrical-coordinate representation of color #EDA7EB: hue angle of 301.71º 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 #EDA7EB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237167235-
CMYK00.300.010.07
HSL301.71º66.04%79.22%-
HSV(B)301.71º29.54%92.94%-
XYZ63.7451.6485.21-
YUV195.68150.19157.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 167 (65.62% from 255) = 26.13%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=37.09%
G=26.13%
B=36.78%

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
Decimal23716723500.300.010.07301.7166.0479.22
HexEDA7EB01E1712e424f
Octal35524735303617456102117
Binary111011011010011111101011011110111110010111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7EB; }

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

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

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

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

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

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

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

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