#ED9EEF

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

Shades of Plum #ED9EEF

Tints of Plum #ED9EEF

Color information

#ED9EEF (or 0xED9EEF) is unknown color: approx Plum. HEX triplet: ED, 9E and EF. RGB value is (237,158,239). Sum of RGB (Red+Green+Blue) = 237+158+239=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED9EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EEF is #126110. Grayscale: #BEBEBE. Windows color (decimal): -1204497 or 15703789. OLE color: 15703789.

HSL color Cylindrical-coordinate representation of color #ED9EEF: hue angle of 298.52º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9EEF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237158239-
CMYK0.010.3400.06
HSL298.52º71.68%77.84%-
HSV(B)298.52º33.89%93.73%-
XYZ62.7348.6987.75-
YUV190.86155.17160.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 158 (62.11% from 255) = 24.92%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=37.38%
G=24.92%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371582390.010.3400.06298.5271.6877.84
HexED9EEF1220612b484e
Octal35523635714206453110116
Binary1110110110011110111011111100010011010010101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EEF; }

 p { color: rgb(237,158,239); }

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

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

 a { background-color: rgb(237,158,239); }

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

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

 span { border-color: rgb(237,158,239); }

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