#EDA3EA

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

Shades of Plum #EDA3EA

Tints of Plum #EDA3EA

Color information

#EDA3EA (or 0xEDA3EA) is unknown color: approx Plum. HEX triplet: ED, A3 and EA. RGB value is (237,163,234). Sum of RGB (Red+Green+Blue) = 237+163+234=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3EA is #125C15. Grayscale: #C1C1C1. Windows color (decimal): -1203222 or 15377389. OLE color: 15377389.

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

Color convert

RGB237163234-
CMYK00.310.010.07
HSL302.43º67.27%78.43%-
HSV(B)302.43º31.22%92.94%-
XYZ62.8750.1484.21-
YUV193.22151.02159.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 163 (64.06% from 255) = 25.71%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=37.38%
G=25.71%
B=36.91%

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
Decimal23716323400.310.010.07302.4367.2778.43
HexEDA3EA01F1712e434e
Octal35524335203717456103116
Binary111011011010001111101010011111111110010111010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3EA; }

 p { color: rgb(237,163,234); }

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

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

 a { background-color: rgb(237,163,234); }

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

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

 span { border-color: rgb(237,163,234); }

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