#EB9AED

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

Shades of Plum #EB9AED

Tints of Plum #EB9AED

Color information

#EB9AED (or 0xEB9AED) is unknown color: approx Plum. HEX triplet: EB, 9A and ED. RGB value is (235,154,237). Sum of RGB (Red+Green+Blue) = 235+154+237=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB9AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9AED is #146512. Grayscale: #BBBBBB. Windows color (decimal): -1336595 or 15571691. OLE color: 15571691.

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

Color convert

RGB235154237-
CMYK0.010.3500.07
HSL298.55º69.75%76.67%-
HSV(B)298.55º35.02%92.94%-
XYZ61.146.8985.95-
YUV187.68155.84161.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=37.54%
G=24.60%
B=37.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351542370.010.3500.07298.5569.7576.67
HexEB9AED1230712b464d
Octal35323235514307453106115
Binary1110101110011010111011011100011011110010101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AED; }

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

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

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

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

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

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

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

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