#ED9AEC

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

Shades of Plum #ED9AEC

Tints of Plum #ED9AEC

Color information

#ED9AEC (or 0xED9AEC) is unknown color: approx Plum. HEX triplet: ED, 9A and EC. RGB value is (237,154,236). Sum of RGB (Red+Green+Blue) = 237+154+236=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AEC is #126513. Grayscale: #BBBBBB. Windows color (decimal): -1205524 or 15506157. OLE color: 15506157.

HSL color Cylindrical-coordinate representation of color #ED9AEC: hue angle of 300.72º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9AEC is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237154236-
CMYK00.350.000.07
HSL300.72º69.75%76.67%-
HSV(B)300.72º35.02%92.94%-
XYZ61.6247.1785.21-
YUV188.16155162.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 154 (60.55% from 255) = 24.56%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=37.80%
G=24.56%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715423600.350.000.07300.7269.7576.67
HexED9AEC0230712d464d
Octal35523235404307455106115
Binary1110110110011010111011000100011011110010110110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AEC; }

 p { color: rgb(237,154,236); }

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

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

 a { background-color: rgb(237,154,236); }

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

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

 span { border-color: rgb(237,154,236); }

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