#ED9BE6

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

Shades of Plum #ED9BE6

Tints of Plum #ED9BE6

Color information

#ED9BE6 (or 0xED9BE6) is unknown color: approx Plum. HEX triplet: ED, 9B and E6. RGB value is (237,155,230). Sum of RGB (Red+Green+Blue) = 237+155+230=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BE6 is #126419. Grayscale: #BBBBBB. Windows color (decimal): -1205274 or 15113197. OLE color: 15113197.

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

Color convert

RGB237155230-
CMYK00.350.030.07
HSL305.12º69.49%76.86%-
HSV(B)305.12º34.6%92.94%-
XYZ60.9347.1680.75-
YUV188.07151.67162.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 155 (60.94% from 255) = 24.92%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=38.10%
G=24.92%
B=36.98%

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
Decimal23715523000.350.030.07305.1269.4976.86
HexED9BE602337131454d
Octal35523334604337461105115
Binary11101101100110111110011001000111111110011000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BE6; }

 p { color: rgb(237,155,230); }

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

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

 a { background-color: rgb(237,155,230); }

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

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

 span { border-color: rgb(237,155,230); }

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