#ED9AE7

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

Shades of Plum #ED9AE7

Tints of Plum #ED9AE7

Color information

#ED9AE7 (or 0xED9AE7) is unknown color: approx Plum. HEX triplet: ED, 9A and E7. RGB value is (237,154,231). Sum of RGB (Red+Green+Blue) = 237+154+231=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AE7 is #126518. Grayscale: #BBBBBB. Windows color (decimal): -1205529 or 15178477. OLE color: 15178477.

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

Color convert

RGB237154231-
CMYK00.350.030.07
HSL304.34º69.75%76.67%-
HSV(B)304.34º35.02%92.94%-
XYZ60.946.8981.44-
YUV187.6152.5163.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 154 (60.55% from 255) = 24.76%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=38.10%
G=24.76%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715423100.350.030.07304.3469.7576.67
HexED9AE702337130464d
Octal35523234704337460106115
Binary11101101100110101110011101000111111110011000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AE7; }

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

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

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

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

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

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

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

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