#EDABEA

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

Shades of Plum #EDABEA

Tints of Plum #EDABEA

Color information

#EDABEA (or 0xEDABEA) is unknown color: approx Plum. HEX triplet: ED, AB and EA. RGB value is (237,171,234). Sum of RGB (Red+Green+Blue) = 237+171+234=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABEA is #125415. Grayscale: #C5C5C5. Windows color (decimal): -1201174 or 15379437. OLE color: 15379437.

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

Color convert

RGB237171234-
CMYK00.280.010.07
HSL302.73º64.71%80%-
HSV(B)302.73º27.85%92.94%-
XYZ64.3453.0784.69-
YUV197.92148.37155.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 171 (67.19% from 255) = 26.64%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=36.92%
G=26.64%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717123400.280.010.07302.7364.7180
HexEDABEA01C1712f4150
Octal35525335203417457101120
Binary111011011010101111101010011100111110010111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABEA; }

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

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

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

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

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

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

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

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