#EB9AEB

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

Shades of Plum #EB9AEB

Tints of Plum #EB9AEB

Color information

#EB9AEB (or 0xEB9AEB) is unknown color: approx Plum. HEX triplet: EB, 9A and EB. RGB value is (235,154,235). Sum of RGB (Red+Green+Blue) = 235+154+235=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB9AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9AEB is #146514. Grayscale: #BBBBBB. Windows color (decimal): -1336597 or 15440619. OLE color: 15440619.

HSL color Cylindrical-coordinate representation of color #EB9AEB: hue angle of 300º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9AEB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235154235-
CMYK00.3400.08
HSL300º66.94%76.27%-
HSV(B)300º34.47%92.16%-
XYZ60.8146.7784.42-
YUV187.45154.84161.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 154 (60.55% from 255) = 24.68%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=37.66%
G=24.68%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515423500.3400.0830066.9476.27
HexEB9AEB0220812c434c
Octal353232353042010454103114
Binary11101011100110101110101101000100100010010110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AEB; }

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

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

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

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

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

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

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

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