#EDA4EB

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

Shades of Plum #EDA4EB

Tints of Plum #EDA4EB

Color information

#EDA4EB (or 0xEDA4EB) is unknown color: approx Plum. HEX triplet: ED, A4 and EB. RGB value is (237,164,235). Sum of RGB (Red+Green+Blue) = 237+164+235=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4EB is #125B14. Grayscale: #C1C1C1. Windows color (decimal): -1202965 or 15443181. OLE color: 15443181.

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

Color convert

RGB237164235-
CMYK00.310.010.07
HSL301.64º66.97%78.63%-
HSV(B)301.64º30.8%92.94%-
XYZ63.250.5585.02-
YUV193.92151.18158.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=37.26%
G=25.79%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716423500.310.010.07301.6466.9778.63
HexEDA4EB01F1712e434f
Octal35524435303717456103117
Binary111011011010010011101011011111111110010111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4EB; }

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

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

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

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

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

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

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

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