#EDA4E6

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

Shades of Plum #EDA4E6

Tints of Plum #EDA4E6

Color information

#EDA4E6 (or 0xEDA4E6) is unknown color: approx Plum. HEX triplet: ED, A4 and E6. RGB value is (237,164,230). Sum of RGB (Red+Green+Blue) = 237+164+230=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4E6 is #125B19. Grayscale: #C1C1C1. Windows color (decimal): -1202970 or 15115501. OLE color: 15115501.

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

Color convert

RGB237164230-
CMYK00.310.030.07
HSL305.75º66.97%78.63%-
HSV(B)305.75º30.8%92.94%-
XYZ62.4850.2781.27-
YUV193.35148.68159.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 164 (64.45% from 255) = 25.99%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=37.56%
G=25.99%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716423000.310.030.07305.7566.9778.63
HexEDA4E601F37132434f
Octal35524434603737462103117
Binary1110110110100100111001100111111111110011001010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4E6; }

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

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

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

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

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

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

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

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