#ED9CEE

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

Shades of Plum #ED9CEE

Tints of Plum #ED9CEE

Color information

#ED9CEE (or 0xED9CEE) is unknown color: approx Plum. HEX triplet: ED, 9C and EE. RGB value is (237,156,238). Sum of RGB (Red+Green+Blue) = 237+156+238=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CEE is #126311. Grayscale: #BDBDBD. Windows color (decimal): -1205010 or 15637741. OLE color: 15637741.

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

Color convert

RGB237156238-
CMYK0.000.3400.07
HSL299.27º70.69%77.25%-
HSV(B)299.27º34.45%93.33%-
XYZ62.2547.9586.86-
YUV189.57155.34161.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 156 (61.33% from 255) = 24.72%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=37.56%
G=24.72%
B=37.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371562380.000.3400.07299.2770.6977.25
HexED9CEE0220712b474d
Octal35523435604207453107115
Binary1110110110011100111011100100010011110010101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CEE; }

 p { color: rgb(237,156,238); }

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

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

 a { background-color: rgb(237,156,238); }

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

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

 span { border-color: rgb(237,156,238); }

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