#EDA2EA

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

Shades of Plum #EDA2EA

Tints of Plum #EDA2EA

Color information

#EDA2EA (or 0xEDA2EA) is unknown color: approx Plum. HEX triplet: ED, A2 and EA. RGB value is (237,162,234). Sum of RGB (Red+Green+Blue) = 237+162+234=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2EA is #125D15. Grayscale: #C0C0C0. Windows color (decimal): -1203478 or 15377133. OLE color: 15377133.

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

Color convert

RGB237162234-
CMYK00.320.010.07
HSL302.4º67.57%78.24%-
HSV(B)302.4º31.65%92.94%-
XYZ62.749.7984.15-
YUV192.63151.35159.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 162 (63.67% from 255) = 25.59%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=37.44%
G=25.59%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716223400.320.010.07302.467.5778.24
HexEDA2EA0201712e444e
Octal35524235204017456104116
Binary1110110110100010111010100100000111110010111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA2EA; }

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

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

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

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

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

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

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

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