#EDA6E8

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

Shades of Plum #EDA6E8

Tints of Plum #EDA6E8

Color information

#EDA6E8 (or 0xEDA6E8) is unknown color: approx Plum. HEX triplet: ED, A6 and E8. RGB value is (237,166,232). Sum of RGB (Red+Green+Blue) = 237+166+232=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 166 (65.23% from 255 or 26.14% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6E8 is #125917. Grayscale: #C2C2C2. Windows color (decimal): -1202456 or 15247085. OLE color: 15247085.

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

Color convert

RGB237166232-
CMYK00.300.020.07
HSL304.23º66.36%79.02%-
HSV(B)304.23º29.96%92.94%-
XYZ63.1351.182.88-
YUV194.75149.02158.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 166 (65.23% from 255) = 26.14%
BLUE value IS 232 (91.02% from 255) = 36.54%
R=37.32%
G=26.14%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716623200.300.020.07304.2366.3679.02
HexEDA6E801E27130424f
Octal35524635003627460102117
Binary1110110110100110111010000111101011110011000010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6E8; }

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

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

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

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

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

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

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

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